snickerbockers / submodules-init

recursively init and update all of the repo's submodules. Compatible with Windows and Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

recursively init and update all of the repo's submodules. Compatible with Windows and Linux.

License:MIT License


Languages

Language:JavaScript 100.0%