Skip to content

Commit d184572

Browse files
committed
Test adding issue_message with double quotes.
1 parent 5b1809f commit d184572

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull-request-comments.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- name: Post a welcome comment
3333
uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
3434
with:
35+
# While issues are disabled for this repository, this action requires both message inputs.
36+
# See https://github.com/actions/first-interaction/issues/365.
37+
issue_message: |
38+
"Baseball is dull only to dull minds." - Red Barber
3539
pr_message: >
3640
Hi there! 👋
3741

0 commit comments

Comments
 (0)