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