Skip to content

Commit 8c2cb63

Browse files
Fix submodule checkout
1 parent b14511b commit 8c2cb63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ jobs:
204204
name: My Job
205205
steps:
206206
- uses: actions/checkout@v4
207+
with:
208+
# require history to get back to last tag for version number of branches
209+
fetch-depth: 0
210+
submodules: true
207211
- uses: mdavidsaver/ci-core-dumper@master
208212
- run: |
209213
ulimit -c unlimited

0 commit comments

Comments
 (0)