Skip to content

Commit 5b59228

Browse files
authored
Update commit-check.yml
1 parent beb2c19 commit 5b59228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
ref: ${{ github.event.pull_request.head.sha }}
1315
- uses: ./ # self test
1416
with:
1517
message: true

0 commit comments

Comments
 (0)