Skip to content

Commit

Permalink
chore(actions): remove usage of set-output (#12576)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Kumar <[email protected]>
Co-authored-by: Venkata Ramyasri Kota <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 4d80239 commit 5701236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
success: ${{ steps.setoutput.outputs.success }}
steps:
- id: setoutput
run: echo "::set-output name=success::true"
run: echo "success=true" >> $GITHUB_OUTPUT
ci:
runs-on: ubuntu-latest
if: always() # always run, so we never skip the check
Expand Down

0 comments on commit 5701236

Please sign in to comment.