ci(auto-merge): fix invalid syntax

This commit is contained in:
Travis Shivers 2020-09-10 12:35:20 -05:00
parent e218e6f1a0
commit ef7a2421f7
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]''
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2.0.4