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.
1 parent 970dcf5 commit b10528aCopy full SHA for b10528a
resources/publish.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-if git diff --exit-code; then
+if git diff --exit-code --quiet; then
4
echo 'Clean working tree'
5
else
6
echo 'Dirty working tree'
0 commit comments