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 896d53c commit 281d273
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
echo 'patchnotes<<EOF'
SdkGenerator get-patch-notes -p ./sdk-config.json
echo EOF
} >> "$GITHUB_OUTPUT"
} >> $GITHUB_OUTPUT
- name: Check Outputs
run: |
echo 'patch-notes: '
echo ${{ steps.patch-notes.outputs.patchnotes }}
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit 281d273

Please sign in to comment.