From 316252b44ba5807f2e527331fedb81322c406429 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Wed, 15 Nov 2023 18:33:30 -0800 Subject: [PATCH] chore(actions): remove usage of set-output --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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