Skip to content

Commit

Permalink
Merge pull request #235 from chizmw/quote-fix
Browse files Browse the repository at this point in the history
Quote fix
  • Loading branch information
chizmw authored Aug 27, 2023
2 parents 86341aa + 60d172c commit f49777a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-waves-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

fix: use double quotes for commit message containing newlines
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
# yamllint disable rule:line-length
title: 'chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})'
commit-message: 'chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})\n\n[skip ci]'
commit-message: "chore: update version in files (${{ steps.get-changelog-info.outputs.last-change-version}})\n\n[skip ci]"
base: ${{ github.event.repository.default_branch }}
delete-branch: true
token: ${{ secrets.CHANGESETS_TOKEN }}
Expand Down

0 comments on commit f49777a

Please sign in to comment.