fixed functions workflow
- bug where each line of multiline string is interpreted as a command
This commit is contained in:
parent
e762fba9fa
commit
090fe7d8e4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/functions.yml
vendored
4
.github/workflows/functions.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue