diff --git a/README.md b/README.md index 49faf45..34f6030 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v1 - - uses: wagoid/commitlint-github-action@v1.1.1 + - uses: wagoid/commitlint-github-action@v1.2.1 ``` Alternatively, you can run on other event types such as `on: [push]`. In that case the action will lint the current commit instead of linting all commits from a pull request.