diff --git a/README.md b/README.md index 38ae675..eb844ca 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The result if given labels have be applied to the PR ## Example Usage ``` -uses: shioyang/check-pr-labels-action@v1.0.2 +uses: shioyang/check-pr-labels-on-push-action@v1.0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["label-1", "label-2"]' @@ -42,7 +42,7 @@ jobs: steps: - name: Check PR labels action step id: check_pr_labels - uses: shioyang/check-pr-labels-action@v1.0.1 + uses: shioyang/check-pr-labels-on-push-action@v1.0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} labels: '["enhancement"]' diff --git a/action.yml b/action.yml index 073ca6e..08962c9 100644 --- a/action.yml +++ b/action.yml @@ -13,3 +13,6 @@ outputs: runs: using: 'node12' main: 'dist/index.js' +branding: + icon: 'check-circle' + color: 'green' diff --git a/package-lock.json b/package-lock.json index 329f001..a3094d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "check-pr-labels-action", - "version": "1.0.1", + "name": "check-pr-labels-on-push-action", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a88876..a610b50 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:shioyang/check-pr-labels-action.git", + "repository": "git@github.com:shioyang/check-pr-labels-on-push-action.git", "author": "Tomohiro (Tomo) SHIOYA", "license": "MIT", "dependencies": {