first-interaction
first-interaction copied to clipboard
Update README.md
there is an error that occurred in your example
I solved it with delete the additional quotation in the README file.
diff --git a/README.md b/README.md index 5a27499..1b7f35b 100644 --- a/README.md +++ b/README.md @@ -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
From 668eef3c29fa5eec1ee9014e8a22bf124327be90 Mon Sep 17 00:00:00 2001 From: Alirezaarabi [email protected] Date: Thu, 7 Apr 2022 04:47:22 -0700 Subject: [PATCH] Update README.md
README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md index 5a27499..1b7f35b 100644 --- a/README.md +++ b/README.md @@ -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
How to make it
What do you mean?
Duplicate of #270 #271 #269
The pull request id is 75 for this one so i think it was created sooner than these one you mentioned here.