Skip to content

Commit

Permalink
chore: fix github action commit-lint (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin authored Aug 1, 2023
1 parent f901a19 commit 5c58841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.3.1
- uses: thehanimo/pr-title-checker@v1.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: true
Expand Down

0 comments on commit 5c58841

Please sign in to comment.