sgoudham/update-git-submodules

Update git submodule(s) to their latest commit or tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gitmodulesPathThe path to the '.gitmodules' file. Defaults to '.gitmodules' in the root of the repository.no.gitmodules
strategyThe strategy to use when updating the submodules, can be either 'commit' or 'tag'. Defaults to 'commit'nocommit
submodulesThe submodules to update. Defaults to all submodules in the '.gitmodules' file.no""
namedescription
jsonA JSON array containing all the submodules that were updated.
matrixA JSON array containing all the submodules that were updated, intended for use in a GitHub Actions matrix strategy.
prBodyA Markdown string containing a formatted table of all the submodules that were updated, intended for use in a pull request body.