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: