Skip to content

Commit

Permalink
github bump-message: escape commit lock using tilde (#35)
Browse files Browse the repository at this point in the history
This should fix the loss of backticks when echoing the script output to
the GHA result.

Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron authored Jan 19, 2024
1 parent f472c3c commit 57ab8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/bump-gluon-commit-message.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-info: update Gluon to $new_commit_date
Update Gluon from $old_commit_short to $new_commit_short.
\`\`\`
~~~
$commit_log
\`\`\`
~~~
EOF

0 comments on commit 57ab8e6

Please sign in to comment.