From c97f542a96b6d85934fb00ef522156af7d4b0f18 Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Fri, 9 Feb 2024 14:23:52 -0600 Subject: [PATCH] ops: curly dereference --- .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 02367dc4de..bbb55c3f87 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 }}