mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +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" \
|
GH_DEBUG=1 gh release create "$RELEASE_NAME" \
|
||||||
--title "$RELEASE_NAME" \
|
--title "$RELEASE_NAME" \
|
||||||
--latest \
|
--latest \
|
||||||
--notes "${{ github.event.head_commit.message }}" \
|
--notes ${{ toJSON(github.event.head_commit.message) }} \
|
||||||
--target "${{ github.sha }}" \
|
--target "${{ github.sha }}" \
|
||||||
kleinanzeigen-bot-darwin-amd64 \
|
kleinanzeigen-bot-darwin-amd64 \
|
||||||
kleinanzeigen-bot-linux-amd64 \
|
kleinanzeigen-bot-linux-amd64 \
|
||||||
|
|||||||
Reference in New Issue
Block a user