Skip to content

Commit ba92f45

Browse files
authored
Merge branch 'main' into publish-main-to-latest
2 parents 150cd5e + 5701236 commit ba92f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
success: ${{ steps.setoutput.outputs.success }}
5252
steps:
5353
- id: setoutput
54-
run: echo "::set-output name=success::true"
54+
run: echo "success=true" >> $GITHUB_OUTPUT
5555
ci:
5656
runs-on: ubuntu-latest
5757
if: always() # always run, so we never skip the check

0 commit comments

Comments
 (0)