From f8a04b692ca9d5c420d45a6039f5058285e01162 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 28 Sep 2023 06:50:33 +0200 Subject: [PATCH] Update updater.sh Add quotes for commit_sha value --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 20198ca..281d059 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -48,7 +48,7 @@ fi #================================================= # Replace new version in _common.sh -sed -i "s/^commit_sha=.*/commit_sha=$commit_hash/" scripts/_common.sh +sed -i "s/^commit_sha=.*/commit_sha=\"$commit_hash\"/" scripts/_common.sh #================================================= # GENERIC FINALIZATION