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 4305833 commit 6b16407Copy full SHA for 6b16407
.github/workflows/commit-check.yml
@@ -17,6 +17,7 @@ jobs:
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
20
+ id: commit-check
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
23
with:
0 commit comments