From fbcf5315f4c0583b17c26dbdc98326e285516713 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 12 Mar 2025 03:48:21 +1100 Subject: [PATCH] [CI] Fix release workflow PR message (#755) Fixes missing word in PR body. --- .github/workflows/release-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 10b034f73..6fb3b91c1 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -43,8 +43,8 @@ jobs: - name: Format PR string id: capitalised run: | - CAPITALISED_TYPE=${${{ github.event.inputs.version_type }}@u} - echo "capitalised=$CAPITALISED_TYPE" >> $GITHUB_OUTPUT + CAPITALISED_TYPE=${{ github.event.inputs.version_type }} + echo "capitalised=${CAPITALISED_TYPE@u}" >> $GITHUB_OUTPUT - name: Create Pull Request uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e