Skip to content

Commit

Permalink
Replace deprecated command with environment file (litmuschaos#4115)
Browse files Browse the repository at this point in the history
Signed-off-by: jongwooo <[email protected]>
Co-authored-by: Saranya Jena <[email protected]>
  • Loading branch information
jongwooo and Saranya-jena authored Aug 24, 2023
1 parent 5d4e610 commit 963ee8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 963ee8c

Please sign in to comment.