0
Fork 0
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:
Gao Sun 2021-08-25 23:44:35 +08:00
parent a918a0ce8d
commit 04fea24e5b
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31

View file

@ -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