From 78ffca98b58f089a9a883582aa6f1ebbe9b462c2 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 22 Dec 2025 19:16:15 -0800 Subject: [PATCH] $ --- .github/workflows/bundle-deploy-eas-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 729e64cb51..af629dd559 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -371,6 +371,6 @@ jobs: - name: ✏️ Write commit hash to cache env: - GITHUB_SHA: {{ github.sha }} + GITHUB_SHA: ${{ github.sha }} if: ${{ inputs.channel != 'testflight' && inputs.channel != 'production' }} run: echo $GITHUB_SHA > most-recent-testflight-commit.txt