diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index b22e048..8bd3fce 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@9df7725c1bb0c910c1c1ea8da0afca1d08934177 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments with: