Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit ce48497

Browse files
committed
print PR ref
1 parent 8e9fd74 commit ce48497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
PR_URL="${{ github.event.issue.pull_request.url }}"
3030
PR_INFO=$(curl -s -H "Authorization: token ${{ github.token }}" $PR_URL)
31+
REF=$(echo $PR_INFO | jq -r .head.sha)
3132
echo "ref=$(echo $PR_INFO | jq -r .head.sha)" >> $GITHUB_OUTPUT
3233
3334
- name: Create pending status

0 commit comments

Comments
 (0)