Skip to content

Commit 87b4a97

Browse files
committed
fix: test self
1 parent 5c7c43d commit 87b4a97

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
18-
- uses: commit-check/commit-check-action@v1
18+
- uses: ./ # self test
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
2121
with:

0 commit comments

Comments
 (0)