diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f0db4a8c55d..88f3a1c453b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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