Fix Create Changelog Deprecated Node Usage (#982)

[SKIP]
This commit is contained in:
Integer Limit 2024-09-01 18:41:44 +10:00 committed by GitHub
parent a05f171428
commit 20a144e830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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