From 5d0f76dced4c0863e9c4a71f335a731b59f63163 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 23 Dec 2021 22:16:41 -0300 Subject: [PATCH] Fix typo in yml --- .github/workflows/syncBranches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syncBranches.yml b/.github/workflows/syncBranches.yml index 7fb0f84..b9504f7 100644 --- a/.github/workflows/syncBranches.yml +++ b/.github/workflows/syncBranches.yml @@ -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