Skip to content

Workflow file for this run

name: Export Firebase Data

Check failure on line 1 in .github/workflows/schedule.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/schedule.yaml

Invalid workflow file

invalid `cron` attribute "0 0 **"
on:
schedule:
- cron: '0 0 **'
jobs:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/github/setup-gcloud@master
with:
service_account_key: ${{secrets.GCP_SA_KEY}}
export_default_credentials: true
- run: gcloud config set project $PROJECT_ID
- run: gcloud firestor export $BUCKET