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.
2 parents 5b47268 + f0c5269 commit cc6e6caCopy full SHA for cc6e6ca
.github/workflows/commit-check.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
+ with:
14
+ ref: ${{ github.event.pull_request.head.sha }}
15
- uses: ./ # self test
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # used by `pr-comments`
0 commit comments