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