Skip to content

Commit 548aacb

Browse files
committed
Added --remote --merge to submodule update.
1 parent 10e92ff commit 548aacb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Checkout submodules
14-
run: git submodule update --init --recursive
14+
run: git submodule update --init --recursive --remote --merge
1515
- uses: actions/setup-java@v1
1616
with:
1717
java-version: '15.0.0'
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Checkout submodules
32-
run: git submodule update --init --recursive
32+
run: git submodule update --init --recursive --remote --merge
3333
- uses: actions/setup-python@v2
3434
with:
3535
python-version: '3.9'
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Checkout submodules
51-
run: git submodule update --init --recursive
51+
run: git submodule update --init --recursive --remote --merge
5252
- uses: actions/setup-dotnet@v1
5353
with:
5454
dotnet-version: '5.0.100'

0 commit comments

Comments
 (0)