Skip to content

Commit

Permalink
Print branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-Wilson committed Jul 9, 2024
1 parent b81d358 commit 4c78892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/submodule-pin-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ for mod in `git submodule --quiet foreach 'echo $name'`; do
if [[ -v exceptions[$mod] ]]; then
branch=${exceptions[$mod]}
git -C $mod fetch
git -C $mod branch -r
fi

if ! git -C $mod merge-base --is-ancestor HEAD $branch; then
Expand Down

0 comments on commit 4c78892

Please sign in to comment.