mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 12:11:14 +00:00
docs: update project info
This commit is contained in:
parent
586efbb8df
commit
4b7290acd5
2 changed files with 13 additions and 13 deletions
20
README.md
20
README.md
|
|
@ -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>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue