Skip to content

Commit

Permalink
Update check-issue-title-by-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli authored Feb 28, 2021
1 parent 82f1453 commit eadf64f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-issue-title-by-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
number: ${{ github.event.issue.number }}
show: ${{ steps.regex.outputs.matched == 'false' }}
id: 'title-lint'
body: 'title lint \r\n- test1\r\n- test2\r\n- test3'
body: |
"title lint\n
- test1\n
- test2\n
- test3"

0 comments on commit eadf64f

Please sign in to comment.