diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 14b29701b41..9f46d1aafd1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,7 +26,7 @@ jobs: id: getcommit run: | prsha=$(echo $response | jq '.[-1].sha' | tr -d '"') - echo "::set-output name=sha::$prsha" + echo "sha=$prsha" >> $GITHUB_OUTPUT env: response: ${{ steps.get_PR_commits.outputs.data }}