|
19 | 19 | - name: Checkout submodules |
20 | 20 | env: |
21 | 21 | GIT_CONFIG_COUNT: "1" |
22 | | - GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf |
23 | | - GIT_CONFIG_VALUE_0: git@github.com: |
| 22 | + GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf" |
| 23 | + GIT_CONFIG_VALUE_0: "git@github.com:" |
24 | 24 | run: git submodule update --init --recursive |
25 | 25 |
|
26 | 26 | - name: Install dependencies |
|
41 | 41 | - name: Checkout submodules |
42 | 42 | env: |
43 | 43 | GIT_CONFIG_COUNT: "1" |
44 | | - GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf |
45 | | - GIT_CONFIG_VALUE_0: git@github.com: |
| 44 | + GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf" |
| 45 | + GIT_CONFIG_VALUE_0: "git@github.com:" |
46 | 46 | run: git submodule update --init --recursive |
47 | 47 |
|
48 | 48 | - name: Install dependencies |
|
63 | 63 | - name: Checkout submodules |
64 | 64 | env: |
65 | 65 | GIT_CONFIG_COUNT: "1" |
66 | | - GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf |
67 | | - GIT_CONFIG_VALUE_0: git@github.com: |
| 66 | + GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf" |
| 67 | + GIT_CONFIG_VALUE_0: "git@github.com:" |
68 | 68 | run: git submodule update --init --recursive |
69 | 69 |
|
70 | 70 | - name: Install dependencies |
|
85 | 85 | - name: Checkout submodules |
86 | 86 | env: |
87 | 87 | GIT_CONFIG_COUNT: "1" |
88 | | - GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf |
89 | | - GIT_CONFIG_VALUE_0: git@github.com: |
| 88 | + GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf" |
| 89 | + GIT_CONFIG_VALUE_0: "git@github.com:" |
90 | 90 | run: git submodule update --init --recursive |
91 | 91 |
|
92 | 92 | - name: Install dependencies |
@@ -119,8 +119,8 @@ jobs: |
119 | 119 | - name: Checkout submodules |
120 | 120 | env: |
121 | 121 | GIT_CONFIG_COUNT: "1" |
122 | | - GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf |
123 | | - GIT_CONFIG_VALUE_0: git@github.com: |
| 122 | + GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf" |
| 123 | + GIT_CONFIG_VALUE_0: "git@github.com:" |
124 | 124 | run: git submodule update --init --recursive |
125 | 125 |
|
126 | 126 | - name: Install dependencies |
@@ -160,8 +160,8 @@ jobs: |
160 | 160 | - name: Checkout submodules |
161 | 161 | env: |
162 | 162 | GIT_CONFIG_COUNT: "1" |
163 | | - GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf |
164 | | - GIT_CONFIG_VALUE_0: git@github.com: |
| 163 | + GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf" |
| 164 | + GIT_CONFIG_VALUE_0: "git@github.com:" |
165 | 165 | run: git submodule update --init --recursive |
166 | 166 |
|
167 | 167 | - name: Install dependencies |
|
0 commit comments