Skip to content

Commit e9fb50c

Browse files
committed
🐛 Fix(.github/workflows/changelog-test.yml): set commit and push to false to prevent error
1 parent ff99a60 commit e9fb50c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/changelog-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ jobs:
1919
with:
2020
file: CHANGELOG.md
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
22-
args: "-l 6"
22+
args: "-l 6"
23+
commit: false
24+
push: false
25+
26+
- name: Show the generated changelog
27+
run: |
28+
echo "### Generated CHANGELOG.md"
29+
cat CHANGELOG.md

0 commit comments

Comments
 (0)