domdere / git-submodule-action

A GitHub Action for bumping submodules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-submodule-action

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?)

About

A GitHub Action for bumping submodules

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 71.1%Language:Dockerfile 28.9%