Skip to content

Commit 148f33b

Browse files
committed
Merge branch 'master' of https://github.com/IntransientMC/Merger
2 parents bd72f2a + 8c473d4 commit 148f33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merger.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Checkout submodules
24-
uses: textbook/git-checkout-submodule-action@master
23+
with:
24+
submodules: true
2525
- name: Set up JDK 1.8
2626
uses: actions/setup-java@v1
2727
with:

0 commit comments

Comments
 (0)