1
0
Fork 0

fixed functions workflow

- bug where each line of multiline string is interpreted as a command
This commit is contained in:
Kim, Jimin 2022-02-27 10:59:00 +09:00
parent e762fba9fa
commit 090fe7d8e4

View file

@ -26,8 +26,8 @@ jobs:
- name: Restore secrets
run: |
echo ${{ secrets.SECRET_JSON }} > ./functions/src/secret.json
echo ${{ secrets.FIREBASE_ADMINSDK_JSON }} > ./functions/src/firebase-adminsdk.json
echo EOF${{ secrets.SECRET_JSON }}EOF > ./functions/src/secret.json
echo EOF${{ secrets.FIREBASE_ADMINSDK_JSON }}EOF > ./functions/src/firebase-adminsdk.json
- name: Build
run: npm --prefix functions run build