Skip to content

Commit cc6e6ca

Browse files
authored
Merge branch 'main' into feature/support-pr-comments
2 parents 5b47268 + f0c5269 commit cc6e6ca

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
env:
1517
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # used by `pr-comments`

0 commit comments

Comments
 (0)