From c53196e19779921632ae38c55b33a5c82c3883de Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 6 Aug 2024 09:07:07 +0200 Subject: [PATCH] ci: use var as placeholder Signed-off-by: Ettore Di Giacinto --- .github/bump_deps.sh | 4 ++-- .github/workflows/bump_deps.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/bump_deps.sh b/.github/bump_deps.sh index ea730fd9..8c24ce42 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." > "$REPO_message.txt" -echo "https://github.com/$REPO/compare/$CURRENT_COMMIT..$LAST_COMMIT" >> "$REPO_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 diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index b32dc378..08654fac 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -45,7 +45,7 @@ jobs: bash .github/bump_deps.sh ${{ matrix.repository }} ${{ matrix.branch }} ${{ matrix.variable }} { echo 'message<> "$GITHUB_OUTPUT" - name: Create Pull Request