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 beb2c19 commit c7823c2Copy full SHA for c7823c2
.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
with:
17
message: true
0 commit comments