Skip to content

Commit

Permalink
ci(update-changelog): Use $GITHUB_OUTPUT as ::set-output is depre…
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Jun 3, 2024
1 parent fbe6341 commit fb6fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Check if PR is available
id: check-pr
run: echo "::set-output name=pr-available::${{ steps.create-pr.outputs.pull-request-number != '' }}"
run: echo "pr-available=${{ steps.create-pr.outputs.pull-request-number != '' }}" >> $GITHUB_OUTPUT

- name: Merge PR
if: steps.check-pr.outputs.pr-available == 'true'
Expand Down

0 comments on commit fb6fb07

Please sign in to comment.