Skip to content

Commit dae7fdc

Browse files
committed
Google-services error fix.
1 parent 0be0768 commit dae7fdc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cloudflare-pages-runtime.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
3131
- name: 📁 Set Google services environment variable
3232
run: |
33-
echo "GOOGLE_SERVICES_JSON=$(echo "$GOOGLE_SERVICES_JSON_BASE64" | base64 --decode)" >> $GITHUB_ENV
33+
echo 'GOOGLE_SERVICES_JSON<<EOF' >> $GITHUB_ENV
34+
base64 --decode <<< "$GOOGLE_SERVICES_JSON_BASE64" >> $GITHUB_ENV
35+
echo 'EOF' >> $GITHUB_ENV
3436
env:
3537
GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}
3638

0 commit comments

Comments
 (0)