Skip to content

Commit 2c25518

Browse files
committed
chore: use primer/react directly
1 parent 1f5f4e8 commit 2c25518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Override status checks for issue comment
103103
if: ${{ github.event_name == 'issue_comment' && steps.command.outputs.continue == 'true' }}
104104
run: |
105-
SHA=$(gh pr view -R '${{ github.repository }}' $NUMBER --json headRefOid --jq '.headRefOid')
105+
SHA=$(gh pr view -R 'primer/react' $NUMBER --json headRefOid --jq '.headRefOid')
106106
if [ -z "$SHA" ]; then
107107
echo "No pull request found for issue #$NUMBER, or gh pr view failed."
108108
exit 1

0 commit comments

Comments
 (0)