Skip to content

Commit 4b7290a

Browse files
committed
docs: update project info
1 parent 586efbb commit 4b7290a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Create comment on pull request, if exists update that comment.
44

5+
## Usage:
6+
7+
```yaml
8+
uses: marocchino/sticky-pull-request-comment@v1
9+
with:
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
message: |
12+
Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
13+
```
14+
515
## Development
616
717
Install the dependencies
@@ -55,13 +65,3 @@ $ git push origin releases/v1
5565
Your action is now published! :rocket:
5666

5767
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
58-
59-
## Usage:
60-
61-
```yaml
62-
uses: marocchino/sticky-pull-request-comment@v1
63-
with:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65-
message: |
66-
Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
67-
```

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "Your name here"
2-
description: "Provide a description here"
3-
author: "Your name or organization here"
1+
name: "Sticky Pull Request Comment"
2+
description: "Create comment on pull request, if exists update that comment."
3+
author: "marocchino"
44
inputs:
55
message:
66
description: "comment message"

0 commit comments

Comments
 (0)