This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
GIT_STATUS=$(git status --porcelain)
|
||||
CHANGED_DIR=()
|
||||
|
||||
if [ $GIT_STATUS | grep -q . ]; then
|
||||
if $GIT_STATUS | grep -q .; then
|
||||
echo ">> Changes detected"
|
||||
echo "$GIT_STATUS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user