mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
fix(ci): quote PR title for commitlint
This commit is contained in:
parent
a918a0ce8d
commit
04fea24e5b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/commitlint.yml
vendored
2
.github/workflows/commitlint.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
|||
run: commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
|
||||
|
||||
- name: Commitlint on PR title
|
||||
run: echo ${{ github.event.pull_request.title }} | commitlint
|
||||
run: echo '${{ github.event.pull_request.title }}' | commitlint
|
||||
|
|
Loading…
Add table
Reference in a new issue