Merge pull request #52 from larshp/patch-1

README: fix get comment body example
This commit is contained in:
Peter Evans 2020-08-02 14:55:08 +09:00 committed by GitHub
commit 0ce5fa62ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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