feat: pull submodule history for pull request events (#1003)

This commit is contained in:
Tonye Jack
2023-02-28 12:47:37 -07:00
committed by GitHub
parent 6f22f2f9ba
commit 04124efe75
3 changed files with 13 additions and 3 deletions

View File

@@ -93,7 +93,6 @@ function get_diff() {
fi
done < <(git submodule status --recursive | grep -v "^-" | awk '{print $2}')
if [[ "$filter" == "D" ]]; then
while read -r sub; do
echo "$sub"