Skip to content

Commit

Permalink
Add quotes around commit message in YAML file (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jun 13, 2022
1 parent 54f5f52 commit 8d579fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: [skip ci] Update CHANGELOG
commit_message: "[skip ci] Update CHANGELOG"
file_pattern: CHANGELOG.md

0 comments on commit 8d579fa

Please sign in to comment.