Skip to content

Commit 816064b

Browse files
committed
Fix formatting again
1 parent 85aac63 commit 816064b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
4444
- name: Yarn install
4545
run: |
46-
echo $INPUT_TAG
47-
yarn add firebase@${INPUT_TAG}
46+
echo "Installing firebase@$FIREBASE_TAG"
47+
yarn add firebase@$FIREBASE_TAG
4848
yarn
49+
env:
50+
FIREBASE_TAG: ${{ github.event.inputs.tag }}
4951
- name: Deploy "callTest" cloud function
5052
run: |
5153
pushd functions

0 commit comments

Comments
 (0)