Skip to content

Commit 6b7d5fd

Browse files
committed
chore: update build test for submodule prs
1 parent 106c36c commit 6b7d5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-submodule-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
repository: SAP/crossplane-provider-docs
6666
fetch-depth: 1
6767

68-
- name: Initialize target submodule at its pinned state
69-
run: git submodule update --init -- ${{ inputs.submodule-path }}
68+
- name: Initialize all submodules at their pinned state
69+
run: git submodule update --init
7070

7171
- name: Override target submodule with the commit under test
7272
run: |

0 commit comments

Comments
 (0)