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

Commit

Permalink
update with double slash on line rturns
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Sep 7, 2022
1 parent aaee1fe commit 9f9fd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_conference_to_project_and_close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: close-issue
if: ${{ github.event.label.name == 'conference' }}
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
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
env:
ISSUE: ${{ github.event.issue.html_url }}
GH_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 9f9fd58

Please sign in to comment.