mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Handle quotes in commit messages
This commit is contained in:
committed by
GitHub
parent
c9f12bfeea
commit
e99f74bc58
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -275,7 +275,7 @@ jobs:
|
||||
GH_DEBUG=1 gh release create "$RELEASE_NAME" \
|
||||
--title "$RELEASE_NAME" \
|
||||
--latest \
|
||||
--notes "${{ github.event.head_commit.message }}" \
|
||||
--notes ${{ toJSON(github.event.head_commit.message) }} \
|
||||
--target "${{ github.sha }}" \
|
||||
kleinanzeigen-bot-darwin-amd64 \
|
||||
kleinanzeigen-bot-linux-amd64 \
|
||||
|
||||
Reference in New Issue
Block a user