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 702b179 commit f1f1697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:

- name: Determine patch notes, if any
id: patch-notes
run: SdkGenerator get-patch-notes -p ./sdk-config.json
run: SdkGenerator get-patch-notes -p ./sdk-config.json >> "$GITHUB_OUTPUT"

- name: Determine release name, if any
id: pr-name
run: SdkGenerator get-release-name -p ./sdk-config.json
run: SdkGenerator get-release-name -p ./sdk-config.json >> "$GITHUB_OUTPUT"

- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit f1f1697

Please sign in to comment.