Skip to content

Commit edc3eaf

Browse files
authored
Merge pull request #1 from CiscoOpsStack/multi-gitter-branch
Add debug line to test
2 parents d8f1a22 + e81cf88 commit edc3eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if [ "${INPUT_GIT_PUSH}" = "true" ]; then
189189
git push
190190
else
191191
if [ "${INPUT_FAIL_ON_DIFF}" = "true" ] && [ "${num_changed}" -ne 0 ]; then
192-
echo "::error ::Uncommitted change(s) has been found!"
192+
printf "::error :: %s Uncommitted change(s) have been found" "$(git status)"
193193
exit 1
194194
fi
195195
fi

0 commit comments

Comments
 (0)