From e691d48744102e177921bc8353958a2f62a53818 Mon Sep 17 00:00:00 2001 From: Alan Mendicutti Date: Thu, 24 Aug 2023 19:58:58 +0000 Subject: [PATCH] Test --- .github/workflows/deploy-to-cloud-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-cloud-run.yml b/.github/workflows/deploy-to-cloud-run.yml index 532da83..085f1cb 100644 --- a/.github/workflows/deploy-to-cloud-run.yml +++ b/.github/workflows/deploy-to-cloud-run.yml @@ -86,6 +86,7 @@ jobs: --add-cloudsql-instances ${{ inputs.cloud-sql-instance }} --min-instances=${{ inputs.cloud-run-minimum-instances }} --service-account github-actions@sepomex-365521.iam.gserviceaccount.com + --quiet=false - name: Finalize the deployment state on Github uses: bobheadxi/deployments@v1.3.0