File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
if : github.repository == 'open-telemetry/opentelemetry.io'
14
14
env :
15
- DEPTH : --depth 500 # submodule clone depth
15
+ DEPTH : --depth 999 # submodule clone depth
16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 23
23
pull-requests : write
24
24
25
25
env :
26
- DEPTH : --depth 1000 # submodule clone depth
26
+ DEPTH : --depth 999 # submodule clone depth
27
27
28
28
steps :
29
29
- name : Extract action name
Original file line number Diff line number Diff line change 23
23
"_filename-error" : " echo 'ERROR: the following files violate naming conventions; fix using: `npm run fix:filenames`'; echo; npm run -s _ls-bad-filenames; exit 1" ,
24
24
"_get:no" : " echo SKIPPING get operation" ,
25
25
"_get:submodule:non-lang" : " npm run _get:submodule -- content-modules/opentelemetry-specification themes/docsy" ,
26
- "_get:submodule" : " set -x && git submodule update --init ${DEPTH:- --depth 1 }" ,
26
+ "_get:submodule" : " set -x && git submodule update --init ${DEPTH:- --depth 999 }" ,
27
27
"_hugo" : " hugo --cleanDestinationDir" ,
28
28
"_install:dict" : " npm install -D $(npm run -s _list:dict)" ,
29
29
"_install:netlify-cli" : " npm list netlify-cli || npm install -O netlify-cli" ,
108
108
"update:other-pkg" : " npm install --save-dev gulp@latest" ,
109
109
"update:pkgs" : " npx npm-check-updates -u" ,
110
110
"update:submodule:lang" : " npm run seq -- update:submodule _get:submodule:non-lang" ,
111
- "update:submodule" : " set -x && git submodule update --remote ${DEPTH:- --depth 1 }"
111
+ "update:submodule" : " set -x && git submodule update --remote ${DEPTH:- --depth 999 }"
112
112
},
113
113
"devDependencies" : {
114
114
"@cspell/dict-es-es" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments