Skip to content

Commit

Permalink
use GITHUB_REF (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz authored Jul 26, 2024
1 parent ffd5c11 commit f2f50d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
REF_SHA=$(gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/${{ secrets.E2E_TESTING_REPO }}/git/ref/heads/$GITHUB_HEAD_REF \
/repos/${{ secrets.E2E_TESTING_REPO }}/git/ref/heads/$GITHUB_REF_NAME \
--jq .object.sha)
# Create a temporary reference/branch
Expand Down

0 comments on commit f2f50d2

Please sign in to comment.