Skip to content

Commit 2e547a6

Browse files
Added GIT Status
1 parent 47755d9 commit 2e547a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ for R in "${REPOSITORIES[@]}"; do
8484

8585
if [ -z "$DRY_RUN" ]; then
8686
echo "⚠️ No changes will be pushed to ${R}"
87+
git status
8788
elif [ "$DRY_RUN" = true ]; then
8889
echo "⚠️ No changes will be pushed to ${R}"
90+
git status
8991
else
9092
git push $REPO_URL
9193
fi

0 commit comments

Comments
 (0)