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