README: fix get comment body example

This commit is contained in:
Lars Hvam 2020-08-02 07:43:20 +02:00 committed by GitHub
parent c60de30c46
commit a797d011c7
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
with:
issue-number: 1
body: ${{ steps.get-issue-body.outputs.body }}
body: ${{ steps.get-comment-body.outputs.body }}
```
### Accessing issues and comments in other repositories