diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 6ea531d5..bf69261c 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -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