From c8925e3b370cfebbe4ef44cee4c4ff872f72764b Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Wed, 20 Aug 2025 00:38:10 +0300 Subject: [PATCH] tset: Update commit-check.yml in fork repo --- .github/workflows/commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index b22e048..453f95d 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit fetch-depth: 0 # fetch all history for all branches and tags - - uses: ./ # self test + - uses: commit-check/commit-check-action@bugfix/fork-repo-add-comment env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments with: