From 1bbe94182404ed7e80c9a22901696c49ce5decb3 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 24 Mar 2022 10:14:44 +0000 Subject: [PATCH] updating gcloud sdk branch --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef0d3cd..9ac4e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # PYTHON for authentication when testing - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@main with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} @@ -160,7 +160,7 @@ jobs: # DEPLOY for setting up cloud API - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@main with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} @@ -196,4 +196,4 @@ jobs: # DEPLOY run_all_tags function - name: Deploy run_all_tags Function - run: python admin.py tags_cron \ No newline at end of file + run: python admin.py tags_cron