Skip to content

Commit

Permalink
Merge pull request #52 from larshp/patch-1
Browse files Browse the repository at this point in the history
README: fix get comment body example
  • Loading branch information
Peter Evans authored and GitHub committed Aug 2, 2020
2 parents c60de30 + a797d01 commit 0ce5fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ce5fa6

Please sign in to comment.