Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 329 Bytes

File metadata and controls

10 lines (8 loc) · 329 Bytes

This is a simple github action to run git submodule update --init --recursive so that your repository has all its submodules.

This action was written in javascript, which allows it to work on both linux and windows (and hopefully macos too but I didn't test that).

usage sample:

uses: snickerbockers/submodules-init@v4