Skip to content

Commit

Permalink
fix pr-title (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Apr 1, 2024
1 parent 6461b8b commit 6088953
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 @@ -15,4 +15,4 @@ jobs:
echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js
- name: validate PR title
run: |
echo ${{ github.event.pull_request.title }} | commitlint
echo "${{ github.event.pull_request.title }}" | commitlint

0 comments on commit 6088953

Please sign in to comment.