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 1a0695b commit c8925e3Copy full SHA for c8925e3
.github/workflows/commit-check.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
18
fetch-depth: 0 # fetch all history for all branches and tags
19
- - uses: ./ # self test
+ - uses: commit-check/commit-check-action@bugfix/fork-repo-add-comment
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
22
0 commit comments