mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 05:28:28 +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.
|
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
|
## Development
|
||||||
|
|
||||||
Install the dependencies
|
Install the dependencies
|
||||||
|
|
@ -55,13 +65,3 @@ $ git push origin releases/v1
|
||||||
Your action is now published! :rocket:
|
Your action is now published! :rocket:
|
||||||
|
|
||||||
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
|
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"
|
name: "Sticky Pull Request Comment"
|
||||||
description: "Provide a description here"
|
description: "Create comment on pull request, if exists update that comment."
|
||||||
author: "Your name or organization here"
|
author: "marocchino"
|
||||||
inputs:
|
inputs:
|
||||||
message:
|
message:
|
||||||
description: "comment message"
|
description: "comment message"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue