Add option to read message from path

This commit is contained in:
Buck Doyle 2020-05-12 10:13:40 -05:00
parent b687a2750c
commit 834b325ec2
4 changed files with 42 additions and 3 deletions

View file

@ -90,6 +90,15 @@ with:
This is message from push.
```
### Read comment from a file
```yaml
uses: marocchino/sticky-pull-request-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: path-to-comment-contents.txt
```
## Development
Install the dependencies