From bfd03fa11f1e5071a215de4333b4d2f0e769a999 Mon Sep 17 00:00:00 2001 From: Cesar Date: Fri, 12 Jul 2024 01:16:11 +0200 Subject: [PATCH] fix: dev functions gh action --- .github/workflows/cd.dev-functions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \