Skip to content

Commit c330c6e

Browse files
committed
Switched to git commands.
1 parent c7ca486 commit c330c6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Checkout submodules
14-
uses: srt32/[email protected]
15-
with:
16-
args: git submodule update --init --recursive
14+
run: git submodule update --init --recursive
1715
- uses: actions/setup-java@v1
1816
with:
1917
java-version: '15.0.0'

0 commit comments

Comments
 (0)