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 5c7c43d commit 87b4a97Copy full SHA for 87b4a97
.github/workflows/commit-check.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
18
- - uses: commit-check/commit-check-action@v1
+ - uses: ./ # self test
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
21
0 commit comments