submodule-branch-check-action icon indicating copy to clipboard operation
submodule-branch-check-action copied to clipboard

A github action to ensure that the submodule hash is on a specific branch and is the same or newer than the previous version

Results 1 submodule-branch-check-action issues
Sort by recently updated
recently updated
newest added

Hi! In my scenario I want to trriger action with tags, so I'm doing: git tag v0.0.6 git push origin my-branch --tags then my workflow starts and throw error at:...