We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2db7572 + 9eb0d21 commit 72da43cCopy full SHA for 72da43c
lib/entrypoint.sh
@@ -36,7 +36,7 @@ remove
36
37
echo "Checking for uncommitted changes in the git working tree..."
38
# This section only runs if there have been file changes
39
-if ! git diff --cached --exit-code; then
+if ! git diff --cached --quiet --exit-code; then
40
git_setup
41
42
git fetch
src/entrypoint.sh
0 commit comments