parent
a05f171428
commit
20a144e830
11
.github/workflows/createchangelog.yml
vendored
11
.github/workflows/createchangelog.yml
vendored
@ -27,7 +27,7 @@ on:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
|
||||
workflow_call:
|
||||
inputs:
|
||||
tag:
|
||||
@ -51,7 +51,7 @@ on:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Create Changelog (${{ inputs.tag }})
|
||||
@ -103,11 +103,11 @@ jobs:
|
||||
CFCORE_API_TOKEN: ${{ secrets.CFCORE_API_TOKEN }}
|
||||
COMPARE_TAG: ${{ inputs.compare_tag }}
|
||||
TEST_CHANGELOG: ${{ inputs.test }}
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Commit and Push Changelog
|
||||
if: ${{ inputs.branch }}
|
||||
uses: "stefanzweifel/git-auto-commit-action@v4"
|
||||
uses: "stefanzweifel/git-auto-commit-action@v5"
|
||||
id: "commit-template"
|
||||
with:
|
||||
commit_message: "Upload Changelogs for Release ${{ inputs.tag }}"
|
||||
@ -126,4 +126,3 @@ jobs:
|
||||
./CHANGELOG_CF.md
|
||||
if-no-files-found: error
|
||||
compression-level: 9
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user