Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 9f9fd58

Browse files
committed
update with double slash on line rturns
1 parent aaee1fe commit 9f9fd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_conference_to_project_and_close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: close-issue
1414
if: ${{ github.event.label.name == 'conference' }}
15-
run: gh issue comment $ISSUE --body "Thank you for adding this event! \n We'll happily consider it for the next episode. \n\n The Issue autocloses but we'll be reviewing it at https://github.com/users/kjaymiller/projects/4/views/3" && gh issue close $ISSUE
15+
run: gh issue comment $ISSUE --body "Thank you for adding this event! \\n We'll happily consider it for the next episode. \\n\\n The Issue autocloses but we'll be reviewing it at https://github.com/users/kjaymiller/projects/4/views/3" && gh issue close $ISSUE
1616
env:
1717
ISSUE: ${{ github.event.issue.html_url }}
1818
GH_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)