Skip to content

Commit 8dfb56b

Browse files
committed
Test
1 parent bd889d3 commit 8dfb56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
--method POST \
9898
-H "Accept: application/vnd.github+json" \
9999
-H "X-GitHub-Api-Version: 2022-11-28" \
100-
/repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }} \
100+
/repos/${{ github.repository }}/statuses/${{ github.sha }} \
101101
-f state=pending -f context=pre-commit-result -f description="Pre-commit checks need to pass before merging"

0 commit comments

Comments
 (0)