We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d80239 commit 5701236Copy full SHA for 5701236
.github/workflows/pr.yml
@@ -51,7 +51,7 @@ jobs:
51
success: ${{ steps.setoutput.outputs.success }}
52
steps:
53
- id: setoutput
54
- run: echo "::set-output name=success::true"
+ run: echo "success=true" >> $GITHUB_OUTPUT
55
ci:
56
runs-on: ubuntu-latest
57
if: always() # always run, so we never skip the check
0 commit comments