mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-06 14:39:26 +00:00
Add option to read message from path
This commit is contained in:
parent
b687a2750c
commit
834b325ec2
4 changed files with 42 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue