mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 06:49:48 +11:00
Fix syntax error in readme (#16)
This commit is contained in:
parent
a68ec7a630
commit
3033f06feb
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
uses: mshick/add-pr-comment@v1
|
- uses: mshick/add-pr-comment@v1
|
||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
**Hello**
|
**Hello**
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
uses: mshick/add-pr-comment@v1
|
- uses: mshick/add-pr-comment@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue