Skip to content

Git Submodule Action

Latest
Compare
Choose a tag to compare
@domdere domdere released this 05 Feb 14:47
a09ad8c

An action that bumps the submodules in a repo.

Once you have installed it, you can trigger it with a /submodules comment
on a PR.

Example workflow:

workflow "Bump Submodules" {
  on = "issue_comment"
  resolves = ["bump-submodules"]
}

action "bump-submodules" {
  uses = "domdere/git-submodule-action@master"
}

TODOs

  • Handle submodules referring to private repos (ssh?)