We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106c36c commit 6b7d5fdCopy full SHA for 6b7d5fd
.github/workflows/test-submodule-build.yml
@@ -65,8 +65,8 @@ jobs:
65
repository: SAP/crossplane-provider-docs
66
fetch-depth: 1
67
68
- - name: Initialize target submodule at its pinned state
69
- run: git submodule update --init -- ${{ inputs.submodule-path }}
+ - name: Initialize all submodules at their pinned state
+ run: git submodule update --init
70
71
- name: Override target submodule with the commit under test
72
run: |
0 commit comments