We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5f4e8 commit 2c25518Copy full SHA for 2c25518
.github/workflows/status-checks.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Override status checks for issue comment
103
if: ${{ github.event_name == 'issue_comment' && steps.command.outputs.continue == 'true' }}
104
run: |
105
- SHA=$(gh pr view -R '${{ github.repository }}' $NUMBER --json headRefOid --jq '.headRefOid')
+ SHA=$(gh pr view -R 'primer/react' $NUMBER --json headRefOid --jq '.headRefOid')
106
if [ -z "$SHA" ]; then
107
echo "No pull request found for issue #$NUMBER, or gh pr view failed."
108
exit 1
0 commit comments