From 57ab8e6d0e350e74f16bb6aa6236cfe01cc2fab4 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Fri, 19 Jan 2024 12:02:24 +0100 Subject: [PATCH] github bump-message: escape commit lock using tilde (#35) This should fix the loss of backticks when echoing the script output to the GHA result. Signed-off-by: David Bauer --- .github/bump-gluon-commit-message.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/bump-gluon-commit-message.sh b/.github/bump-gluon-commit-message.sh index c531de0..3a0a81d 100755 --- a/.github/bump-gluon-commit-message.sh +++ b/.github/bump-gluon-commit-message.sh @@ -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