Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvasquez333 committed Oct 11, 2020
1 parent 8e8c06a commit 2f0319c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you want to allow PRs from anywhere, including forks, then you can use this e

In your workflow YAML file add these steps:
```yaml
uses: jesusvasquez333/[email protected].0
uses: jesusvasquez333/[email protected].1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'bug, enhancement'
Expand All @@ -64,7 +64,7 @@ If you plan to open PR only from the same repository, you can use this example,
In your workflow YAML file add this step:
```yaml
uses: jesusvasquez333/[email protected].0
uses: jesusvasquez333/[email protected].1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'bug, enhancement'
Expand All @@ -75,4 +75,4 @@ and trigger it with:
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
```
```

0 comments on commit 2f0319c

Please sign in to comment.