diff --git a/README.md b/README.md index 8c8d2c0..4defe93 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.4.0 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false @@ -77,7 +77,7 @@ To learn more about workflows, see [Create an example workflow.](https://docs.gi ```yaml ... steps: - - uses: thehanimo/pr-title-checker@v1.4.0 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false @@ -90,7 +90,7 @@ Note that this has to be a url pointing to a valid, raw json file. See [#28](htt ```yaml ... steps: - - uses: thehanimo/pr-title-checker@v1.4.0 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false @@ -106,7 +106,7 @@ Note that this has to be a url pointing to a valid, raw json file. See [#28](htt ```yaml ... steps: - - uses: thehanimo/pr-title-checker@v1.4.0 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false