Skip to content

Commit

Permalink
Escape single quote on README
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeOsdDev authored Apr 9, 2022
1 parent dafa9ae commit 4dcceae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Message with markdown.\nThis is the message that will be displayed on users' first issue.'
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'
issue-message: '# Message with markdown.\nThis is the message that will be displayed on users'' first issue.'
pr-message: 'Message that will be displayed on users'' first pr. Look, a `code block` for markdown.'
```
# License
Expand Down

0 comments on commit 4dcceae

Please sign in to comment.