From 4d89b65c5107052692cc8e97ff263bef056e5a88 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Fri, 9 Feb 2024 14:30:27 -0600 Subject: [PATCH] ops: trying double quotes --- .github/workflows/deploy-canary-groups.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-canary-groups.yml b/.github/workflows/deploy-canary-groups.yml index bbb55c3f87..87c9c0b626 100644 --- a/.github/workflows/deploy-canary-groups.yml +++ b/.github/workflows/deploy-canary-groups.yml @@ -60,7 +60,7 @@ jobs: git config --global user.email github-actions@github.com git add desk/desk.docket-0 git commit -n -m "update glob: ${{ steps.glob.outputs.hash }} [skip actions]" || echo "No changes to commit" - INPUT=${TAG} + INPUT="$TAG" BRANCH=${INPUT:-"staging"} git pull origin $BRANCH --rebase --autostash git push @@ -81,7 +81,7 @@ jobs: - id: deploy name: Deploy run: - ./.github/helpers/deploy.sh tloncorp/landscape-apps groups binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${TAG} + ./.github/helpers/deploy.sh tloncorp/landscape-apps groups binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d "$TAG" env: SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }} SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}