We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3d5ec commit 7480886Copy full SHA for 7480886
.github/workflows/update-changelog.yml
@@ -18,11 +18,10 @@ jobs:
18
uses: stefanzweifel/changelog-updater-action@v1
19
with:
20
latest-version: ${{ github.event.release.name }}
21
- token: ${{ secrets.PAT }}
22
release-notes: ${{ github.event.release.body }}
23
24
- name: Commit updated CHANGELOG
25
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v4.16.0
26
27
branch: main
28
commit_message: Update CHANGELOG
0 commit comments