Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Dec 4, 2022
1 parent 49cc39a commit 71730fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2
- uses: dessant/label-actions@v3
```
### Available input parameters
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2
- uses: dessant/label-actions@v3
with:
github-token: ${{ github.token }}
config-path: '.github/label-actions.yml'
Expand All @@ -168,7 +168,7 @@ This step will process label events only for issues.
<!-- prettier-ignore -->
```yaml
steps:
- uses: dessant/label-actions@v2
- uses: dessant/label-actions@v3
with:
process-only: 'issues'
```
Expand All @@ -178,7 +178,7 @@ This step will process label events only for pull requests and discussions.
<!-- prettier-ignore -->
```yaml
steps:
- uses: dessant/label-actions@v2
- uses: dessant/label-actions@v3
with:
process-only: 'prs, discussions'
```
Expand Down Expand Up @@ -283,7 +283,7 @@ using the `github-token` input parameter.
<!-- prettier-ignore -->
```yaml
steps:
- uses: dessant/label-actions@v2
- uses: dessant/label-actions@v3
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
```
Expand Down

0 comments on commit 71730fb

Please sign in to comment.