Skip to content

Commit

Permalink
cicd: commit check regexp fix
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa authored and ldelossa committed Sep 28, 2020
1 parent 7ecfd9c commit c447bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: gsactions/commit-message-checker@v1
with:
pattern: |
^(.*):\s*(.*)\n
^(.*):\s*(.*)\n?
error: 'Commit must begin with <scope>: <subject>'

tidy:
Expand Down

0 comments on commit c447bcc

Please sign in to comment.