Skip to content

Commit

Permalink
Add HEAD REF to GITHUB_REF in PR validation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Feb 6, 2025
1 parent 01a66ba commit a34747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
"https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.issue.number }}")
HEAD_REF=$(echo "$PR_DATA" | jq -r .head.ref)
echo "HEAD_REF=$HEAD_REF" >> $GITHUB_ENV
echo "$HEAD_REF" >> $GITHUB_REF
echo "GITHUB_REF=$HEAD_REF" >> "$GITHUB_ENV"
- name: Checkout ldmx-sw
uses: actions/checkout@v4
Expand Down

0 comments on commit a34747b

Please sign in to comment.