Fix typo in yml

This commit is contained in:
Santiago Lo Coco 2021-12-23 22:16:41 -03:00 committed by GitHub
parent f8ff480be2
commit 5d0f76dced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -39,7 +39,7 @@ jobs:
git config --local user.email "$(git log --format=%ae | head -n 1)"
mv cocoArtifact/install.sh index.html
git status
if [ -z $(git status --porcelain)" ]; then
if [ -z "$(git status --porcelain)" ]; then
echo "Acá funciona?"
fi
git add index.html