Skip to content

Commit 19d7d36

Browse files
authored
Merge pull request #42 from prabash/fix_git_workflow_checkout
changed workflow to get the submodule recursively with all the revisi…
2 parents 5ac6cf3 + de8b53a commit 19d7d36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
16-
submodules: true
16+
submodules: recursive
17+
fetch-depth: 0 # get the history to merge correctly
1718

1819
- name: Update submodule to latest
1920
run: |

0 commit comments

Comments
 (0)