Skip to content

Commit

Permalink
README: fix get comment body example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Hvam authored and GitHub committed Aug 2, 2020
1 parent c60de30 commit a797d01
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 a797d01

Please sign in to comment.