diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98f46fb..01a4888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,8 +73,8 @@ jobs: automerge: if: > - github.event_name == 'pull_request' && - github.event.pull_request.user.login == 'dependabot[bot]' + github.event_name == 'pull_request' && + github.event.pull_request.user.login == 'dependabot[bot]' needs: test runs-on: ubuntu-latest permissions: