This commit is contained in:
Hailey
2025-12-22 19:16:15 -08:00
parent 88b3aee5e6
commit 78ffca98b5
@@ -371,6 +371,6 @@ jobs:
- name: ✏️ Write commit hash to cache - name: ✏️ Write commit hash to cache
env: env:
GITHUB_SHA: {{ github.sha }} GITHUB_SHA: ${{ github.sha }}
if: ${{ inputs.channel != 'testflight' && inputs.channel != 'production' }} if: ${{ inputs.channel != 'testflight' && inputs.channel != 'production' }}
run: echo $GITHUB_SHA > most-recent-testflight-commit.txt run: echo $GITHUB_SHA > most-recent-testflight-commit.txt