Skip to content

Commit 6a1a375

Browse files
committed
Fix indentation
1 parent 038bf1f commit 6a1a375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
with:
5050
path: plugin
5151
- name: Update Submodules
52-
working-directory: plugin
53-
run: |
54-
git submodule update --init --recursive --remote
52+
working-directory: plugin
53+
run: |
54+
git submodule update --init --recursive --remote
5555
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
5656
if: github.event_name != 'workflow_dispatch' && github.event_name != 'push'
5757
id: filter

0 commit comments

Comments
 (0)