Skip to content

Commit 07fba0c

Browse files
Test workflows
1 parent 9d02af8 commit 07fba0c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.forgejo/workflows/changelog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
fetch-depth: 0 # Required to fetch all tags and history
2020

2121
- name: Generate Changelog
22-
uses: orhun/git-cliff-action@v4
23-
id: git-cliff
22+
uses: https://github.com/orhun/git-cliff-action
2423
with:
2524
config: cliff.toml
2625
args: --verbose
@@ -32,5 +31,5 @@ jobs:
3231
git config user.name "forgejo-actions[bot]"
3332
git config user.email "forgejo-actions[bot]@noreply.localhost"
3433
git add CHANGELOG.md
35-
git commit -m "chore: update CHANGELOG.md [skip ci]" || echo "No changes to commit"
34+
git commit -m "Action: Update CHANGELOG.md [skip CI]" || echo "No changes to commit"
3635
git push origin main

0 commit comments

Comments
 (0)