From 8c4a7a917a6f18954fc275324fe508872d8a769e Mon Sep 17 00:00:00 2001 From: Miha Urbanija <10325909+mihaur@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:49:41 +0200 Subject: [PATCH] chore: fix yaml identation --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: