Skip to content

Commit

Permalink
fix: CI changelog.yml disable unallowed action
Browse files Browse the repository at this point in the history
Signed-off-by: DerSkythe <[email protected]>
  • Loading branch information
derskythe authored Nov 4, 2023
1 parent 844b52a commit 01918ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: "Show CHANGELOG.md"
run: cat CHANGELOG.md

- name: "Commit changes"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: update `CHANGELOG.md`"
file_pattern: "*.md"
branch: ${{ github.ref_name }}
commit_options: '--no-verify --signoff'
# - name: "Commit changes"
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: "docs: update `CHANGELOG.md`"
# file_pattern: "*.md"
# branch: ${{ github.ref_name }}
# commit_options: '--no-verify --signoff'
# skip_dirty_check: true
# skip_checkout: true
# skip_fetch: true
# skip_fetch: true

0 comments on commit 01918ab

Please sign in to comment.