Skip to content

Commit 6b85824

Browse files
committed
indent
1 parent 9a4c9c9 commit 6b85824

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.actor == 'dependabot[bot]' }}
1414
steps:
15-
- name: Wait for check is finished
16-
uses: lewagon/wait-on-check-action@v1.2.0
17-
id: wait_for_checks
18-
with:
19-
ref: ${{ github.event.pull_request.head.sha || github.sha }}
20-
running-workflow-name: wait_for_checks
21-
check-regexp: test
22-
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
23-
wait-interval: 10
15+
- name: Wait for check is finished
16+
uses: lewagon/wait-on-check-action@v1.2.0
17+
id: wait_for_checks
18+
with:
19+
ref: ${{ github.event.pull_request.head.sha || github.sha }}
20+
running-workflow-name: wait_for_checks
21+
check-regexp: test
22+
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
23+
wait-interval: 10
2424
dependabot:
2525
needs: [wait_for_checks]
2626
name: Dependabot auto-merge

0 commit comments

Comments
 (0)