From bd1c39d5faf056e401b7e8ced147f63511084056 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 23 Dec 2021 22:41:11 -0300 Subject: [PATCH] Add execute mode bit to the scrip in yml --- .github/workflows/syncBranches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/syncBranches.yml b/.github/workflows/syncBranches.yml index d736bf1..8db33e1 100644 --- a/.github/workflows/syncBranches.yml +++ b/.github/workflows/syncBranches.yml @@ -38,6 +38,7 @@ jobs: git config --local user.name "$(git log --format=%an | head -n 1)" git config --local user.email "$(git log --format=%ae | head -n 1)" mv cocoArtifact/install.sh index.html + chmod +x index.html rm -rf cocoArtifact if [ ! -z "$(git status --porcelain)" ]; then git add index.html