docs: update project info

This commit is contained in:
marocchino 2019-11-21 10:27:17 +09:00
parent 586efbb8df
commit 4b7290acd5
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
2 changed files with 13 additions and 13 deletions

View file

@ -2,6 +2,16 @@
Create comment on pull request, if exists update that comment.
## Usage:
```yaml
uses: marocchino/sticky-pull-request-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
```
## Development
Install the dependencies
@ -55,13 +65,3 @@ $ git push origin releases/v1
Your action is now published! :rocket:
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
## Usage:
```yaml
uses: marocchino/sticky-pull-request-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
```

View file

@ -1,6 +1,6 @@
name: "Your name here"
description: "Provide a description here"
author: "Your name or organization here"
name: "Sticky Pull Request Comment"
description: "Create comment on pull request, if exists update that comment."
author: "marocchino"
inputs:
message:
description: "comment message"