We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb00c4 commit fb68922Copy full SHA for fb68922
1 file changed
.github/workflows/check_pr.yaml
@@ -314,7 +314,7 @@ jobs:
314
gh pr checkout "$PR_NUMBER"
315
hash=$(git rev-parse HEAD)
316
printf 'head_hash=%s\n' "$hash" >>"$GITHUB_OUTPUT"
317
- base_hash=$(gh pr view "$PR_NUMBER" --json baseRefOid)
+ base_hash=$(gh pr view "$PR_NUMBER" --json baseRefOid | jq -r '.baseRefOid')
318
printf 'base_hash=%s\n' "$base_hash" >>"$GITHUB_OUTPUT"
319
env:
320
PR_NUMBER: ${{ needs.get-target.outputs.pr_number }}
0 commit comments