Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7157506

Browse files
authored
Revert "build(deps): Bump google-github-actions/setup-gcloud from 0 to 1" (#3013)
Revert "build(deps): Bump google-github-actions/setup-gcloud from 0 to 1 (#3010)" This reverts commit 1abdf1e.
1 parent 1abdf1e commit 7157506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Setup G Cloud
20-
uses: google-github-actions/setup-gcloud@v1
20+
uses: google-github-actions/setup-gcloud@v0
2121
with:
2222
project_id: ${{ secrets.GCP_PROJECT_ID }}
2323
service_account_email: ${{ secrets.GCP_SA_EMAIL }}

.github/workflows/generate-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424

2525
- name: Setup G Cloud
26-
uses: google-github-actions/setup-gcloud@v1
26+
uses: google-github-actions/setup-gcloud@v0
2727
with:
2828
project_id: ${{ secrets.GCP_PROJECT_ID }}
2929
service_account_email: ${{ secrets.GCP_SA_EMAIL }}

0 commit comments

Comments
 (0)