Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Oct 1, 2020
1 parent cf0e78e commit f578cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
if: github.event_name == 'pull_request' && (github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit f578cea

Please sign in to comment.