parent
36ea1f111f
commit
ea854064b3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
git config --global user.email "username@users.noreply.github.com"
|
||||
git status --porcelain
|
||||
git status -s
|
||||
if [[ -n $(git status --porcelain) ]]; then
|
||||
if [[ -n "$(git status -s)" ]]; then
|
||||
echo lol
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue