Skip to content

Commit

Permalink
Update check-for-updates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tspence authored Aug 13, 2024
1 parent 58d8bd7 commit 896d53c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<<THIS-IS-A-DELIMITER $patchnotes THIS-IS-A-DELIMITER" >> $GITHUB_OUTPUT
echo "releasename=$releasename" >> $GITHUB_OUTPUT
{
echo 'patchnotes<<EOF'
SdkGenerator get-patch-notes -p ./sdk-config.json
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 896d53c

Please sign in to comment.