Skip to content

Commit

Permalink
chore: fix yaml identation
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaur committed Oct 25, 2024
1 parent 7b44e8d commit 8c4a7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c4a7a9

Please sign in to comment.