Skip to content

Commit

Permalink
added single quotes back due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 24, 2021
1 parent a60c1d9 commit d58d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check valid labels
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'pr:bugfix', 'pr: enhancement', 'pr: dependency-update', 'pr: new feature'
pull-request-number: ${{ github.event.pull_request.number }}
disable-reviews: true

0 comments on commit d58d8c5

Please sign in to comment.