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 1f6c524 commit 31b4871Copy full SHA for 31b4871
.github/workflows/commit-check.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
with:
17
- ref: ${{ github.event.pull_request.head.sha }} # Checkout PR HEAD commit
+ ref: ${{ github.event.pull_request.head.ref }} # Checkout PR branch
18
fetch-depth: 0 # Required for merge-base checks
19
- uses: ./ # self test
20
env:
README.md
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- uses: commit-check/commit-check-action@v2
56
0 commit comments