Skip to content

Commit 85aac63

Browse files
committed
Change formatting of input_tag var
1 parent 4900890 commit 85aac63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
4444
- name: Yarn install
4545
run: |
46-
yarn add firebase@$INPUT_TAG
46+
echo $INPUT_TAG
47+
yarn add firebase@${INPUT_TAG}
4748
yarn
4849
- name: Deploy "callTest" cloud function
4950
run: |

0 commit comments

Comments
 (0)