Skip to content

Commit

Permalink
Update version number in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvasquez333 committed Mar 6, 2021
1 parent 9bafd1d commit 657d111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Normally, in your project you would want to allow PRs both from the same reposit

In your workflow YAML file add these steps:
```yaml
uses: jesusvasquez333/verify-pr-label-action@v1.3.1
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'bug, enhancement'
Expand All @@ -79,7 +79,7 @@ The above example should you preferred method. Nevertheless, the trigger conditi

In your workflow YAML file add this step:
```yaml
uses: jesusvasquez333/verify-pr-label-action@v1.3.1
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'bug, enhancement'
Expand Down

0 comments on commit 657d111

Please sign in to comment.