mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 03:26:42 +08:00
Merge pull request #52 from larshp/patch-1
README: fix get comment body example
This commit is contained in:
commit
0ce5fa62ab
@ -131,7 +131,7 @@ The content must be [escaped to preserve newlines](https://github.community/t/se
|
|||||||
uses: peter-evans/create-or-update-comment@v1
|
uses: peter-evans/create-or-update-comment@v1
|
||||||
with:
|
with:
|
||||||
issue-number: 1
|
issue-number: 1
|
||||||
body: ${{ steps.get-issue-body.outputs.body }}
|
body: ${{ steps.get-comment-body.outputs.body }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Accessing issues and comments in other repositories
|
### Accessing issues and comments in other repositories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user