diff --git a/.github/workflows/cd.dev-functions.yaml b/.github/workflows/cd.dev-functions.yaml index 38784aa..4651dd1 100644 --- a/.github/workflows/cd.dev-functions.yaml +++ b/.github/workflows/cd.dev-functions.yaml @@ -55,7 +55,7 @@ jobs: gcloud functions deploy get_user_tasks \ --project=autotx-423210 \ --gen2 \ - --source=autotx/serverless_functions/get_user_tasks.py + --source=autotx/serverless_functions/get_user_tasks.py \ --runtime=python310 \ --region=us-central1 \ --trigger-http \