Skip to content

Commit

Permalink
ci: add quotes to pr title ci (tari-project#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Sep 1, 2021
2 parents 46c2719 + 94f2231 commit cedb1d4
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 cedb1d4

Please sign in to comment.