Skip to content

Commit 00e83a3

Browse files
authored
Migrate to the new GCP action for setting up gcloud. (#5198)
1 parent a563355 commit 00e83a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/health-metrics-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v2
1919
with:
2020
node-version: 14.x
21-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
21+
- uses: google-github-actions/setup-gcloud@master
2222
with:
2323
service_account_key: ${{ secrets.GCP_SA_KEY }}
2424
- run: yarn install
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v2
3535
with:
3636
node-version: 14.x
37-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
37+
- uses: google-github-actions/setup-gcloud@master
3838
with:
3939
service_account_key: ${{ secrets.GCP_SA_KEY }}
4040
- run: yarn install

0 commit comments

Comments
 (0)