Skip to content

Commit

Permalink
doc: update action.yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyang authored May 31, 2020
1 parent 8bc3ee8 commit 6902edf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The result if given labels have be applied to the PR
## Example Usage

```
uses: shioyang/[email protected].2
uses: shioyang/check-pr-labels-on-push-[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["label-1", "label-2"]'
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- name: Check PR labels action step
id: check_pr_labels
uses: shioyang/[email protected].1
uses: shioyang/check-pr-labels-on-push-[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: '["enhancement"]'
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ outputs:
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'check-circle'
color: 'green'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "check-pr-labels-action",
"version": "1.0.2",
"name": "check-pr-labels-on-push-action",
"version": "1.0.3",
"main": "index.js",
"repository": "[email protected]:shioyang/check-pr-labels-action.git",
"repository": "[email protected]:shioyang/check-pr-labels-on-push-action.git",
"author": "Tomohiro (Tomo) SHIOYA",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 6902edf

Please sign in to comment.