From 69a2cf06c85a6b0df3bfab1ccd965d19a232175b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 6 Aug 2024 09:08:44 +0200 Subject: [PATCH] ci: fixups Signed-off-by: Ettore Di Giacinto --- .github/bump_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/bump_deps.sh b/.github/bump_deps.sh index 8c24ce42..48d3c58b 100755 --- a/.github/bump_deps.sh +++ b/.github/bump_deps.sh @@ -18,5 +18,5 @@ if [ -z "$CURRENT_COMMIT" ]; then exit 0 fi -echo "Updated $VAR from $CURRENT_COMMIT to $LAST_COMMIT." > "$VAR_message.txt" -echo "https://github.com/$REPO/compare/$CURRENT_COMMIT..$LAST_COMMIT" >> "$VAR_message.txt" \ No newline at end of file +echo "Updated $VAR from $CURRENT_COMMIT to ${LAST_COMMIT}." > "${VAR}_message.txt" +echo "https://github.com/$REPO/compare/${CURRENT_COMMIT}..${LAST_COMMIT}" >> "${VAR}_message.txt" \ No newline at end of file