Skip to content

Commit dccbdf2

Browse files
committed
ci: quote GIT_CONFIG env values
1 parent ae8ed44 commit dccbdf2

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Checkout submodules
2020
env:
2121
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:"
2424
run: git submodule update --init --recursive
2525

2626
- name: Install dependencies
@@ -41,8 +41,8 @@ jobs:
4141
- name: Checkout submodules
4242
env:
4343
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:"
4646
run: git submodule update --init --recursive
4747

4848
- name: Install dependencies
@@ -63,8 +63,8 @@ jobs:
6363
- name: Checkout submodules
6464
env:
6565
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:"
6868
run: git submodule update --init --recursive
6969

7070
- name: Install dependencies
@@ -85,8 +85,8 @@ jobs:
8585
- name: Checkout submodules
8686
env:
8787
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:"
9090
run: git submodule update --init --recursive
9191

9292
- name: Install dependencies
@@ -119,8 +119,8 @@ jobs:
119119
- name: Checkout submodules
120120
env:
121121
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:"
124124
run: git submodule update --init --recursive
125125

126126
- name: Install dependencies
@@ -160,8 +160,8 @@ jobs:
160160
- name: Checkout submodules
161161
env:
162162
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:"
165165
run: git submodule update --init --recursive
166166

167167
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Checkout submodules
2525
env:
2626
GIT_CONFIG_COUNT: "1"
27-
GIT_CONFIG_KEY_0: url.https://github.com/.insteadOf
28-
GIT_CONFIG_VALUE_0: git@github.com:
27+
GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf"
28+
GIT_CONFIG_VALUE_0: "git@github.com:"
2929
run: git submodule update --init --recursive
3030

3131
- uses: ./tools/github/setup

0 commit comments

Comments
 (0)