Skip to content

Commit 6b16407

Browse files
committed
fix: update commit-check.yml
1 parent 4305833 commit 6b16407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
1818
fetch-depth: 0 # fetch all history for all branches and tags
1919
- uses: ./ # self test
20+
id: commit-check
2021
env:
2122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
2223
with:

0 commit comments

Comments
 (0)