Skip to content

Commit

Permalink
fix(ci): add quotes to pr title ci
Browse files Browse the repository at this point in the history
issue #3254
  • Loading branch information
Byron Hambly committed Aug 31, 2021
1 parent 77c9256 commit 29247c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
- name: lint
run: |
echo ${{github.event.pull_request.title}} | commitlint
echo "${{github.event.pull_request.title}}" | commitlint

0 comments on commit 29247c2

Please sign in to comment.