This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 60
60
61
61
steps :
62
62
- uses : actions/checkout@v2
63
-
64
- - name : Checkout submodules
65
- shell : bash
66
- run : |
67
- auth_header="$(git config --local --get http.https://github.com/.extraheader)"
68
- git submodule sync --recursive
69
- git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
63
+ with :
64
+ submodules : true
70
65
71
66
- name : Build image - ${{ matrix.stage }}
72
67
env :
@@ -126,14 +121,8 @@ jobs:
126
121
127
122
steps :
128
123
- uses : actions/checkout@v2
129
-
130
- - name : Checkout submodules
131
- shell : bash
132
- run : |
133
- ls -la
134
- auth_header="$(git config --local --get http.https://github.com/.extraheader)"
135
- git submodule sync --recursive
136
- git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
124
+ with :
125
+ submodules : true
137
126
138
127
- name : Build image - ${{ matrix.stage }}
139
128
env :
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-18.04
19
19
steps :
20
20
- uses : actions/checkout@v2
21
-
22
- - name : Checkout submodules
23
- shell : bash
24
- run : |
25
- auth_header="$(git config --local --get http.https://github.com/.extraheader)"
26
- git submodule sync --recursive
27
- git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
21
+ with :
22
+ submodules : true
28
23
29
24
- name : Download Packer
30
25
run : |
You can’t perform that action at this time.
0 commit comments