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 4af6a61 commit 7610b1eCopy full SHA for 7610b1e
.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: commit-check/commit-check-action@copilot/fix-58e2f213-6f3b-492c-8b06-7e433b9a715b
+ - uses: commit-check/commit-check-action@9df7725c1bb0c910c1c1ea8da0afca1d08934177
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
22
0 commit comments