We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038bf1f commit 6a1a375Copy full SHA for 6a1a375
.github/workflows/e2e.yml
@@ -49,9 +49,9 @@ jobs:
49
with:
50
path: plugin
51
- name: Update Submodules
52
- working-directory: plugin
53
- run: |
54
- git submodule update --init --recursive --remote
+ working-directory: plugin
+ run: |
+ git submodule update --init --recursive --remote
55
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
56
if: github.event_name != 'workflow_dispatch' && github.event_name != 'push'
57
id: filter
0 commit comments