Skip to content

Commit 4af6a61

Browse files
authored
fix: Update commit-check.yml
1 parent 1a0695b commit 4af6a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
1818
fetch-depth: 0 # fetch all history for all branches and tags
19-
- uses: ./ # self test
19+
- uses: commit-check/commit-check-action@copilot/fix-58e2f213-6f3b-492c-8b06-7e433b9a715b
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
2222
with:

0 commit comments

Comments
 (0)