There was an error while loading. Please reload this page.
1 parent 9d02af8 commit 07fba0cCopy full SHA for 07fba0c
1 file changed
.forgejo/workflows/changelog.yml
@@ -19,8 +19,7 @@ jobs:
19
fetch-depth: 0 # Required to fetch all tags and history
20
21
- name: Generate Changelog
22
- uses: orhun/git-cliff-action@v4
23
- id: git-cliff
+ uses: https://github.com/orhun/git-cliff-action
24
with:
25
config: cliff.toml
26
args: --verbose
@@ -32,5 +31,5 @@ jobs:
32
31
git config user.name "forgejo-actions[bot]"
33
git config user.email "forgejo-actions[bot]@noreply.localhost"
34
git add CHANGELOG.md
35
- git commit -m "chore: update CHANGELOG.md [skip ci]" || echo "No changes to commit"
+ git commit -m "Action: Update CHANGELOG.md [skip CI]" || echo "No changes to commit"
36
git push origin main
0 commit comments