From 896d53ced57f41b9c5190f43128f5013bfe6e187 Mon Sep 17 00:00:00 2001 From: Ted Spence Date: Tue, 13 Aug 2024 14:20:28 -0700 Subject: [PATCH] Update check-for-updates.yml --- .github/workflows/check-for-updates.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index ee67bef..b9a7656 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -29,11 +29,14 @@ jobs: - name: Gather information id: patch-notes run: | - patchnotes=$(SdkGenerator get-patch-notes -p ./sdk-config.json) releasename=$(SdkGenerator get-release-name -p ./sdk-config.json) - echo "patchnotes<> $GITHUB_OUTPUT echo "releasename=$releasename" >> $GITHUB_OUTPUT - + { + echo 'patchnotes<> "$GITHUB_OUTPUT" + - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v6