Skip to content

Commit a1d9510

Browse files
authored
Fix github actions to use the latest version google-github-actions (#42)
Signed-off-by: Achal Shah <[email protected]>
1 parent 6a27010 commit a1d9510

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/master_only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
submodules: 'true'
22-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
22+
- uses: google-github-actions/setup-gcloud@master
2323
with:
2424
version: '290.0.1'
2525
export_default_credentials: true

.github/workflows/mirror.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: mirror
22

33
on:
44
push:
5-
branches: master
5+
branches:
6+
- master
67
tags:
78
- 'v*.*.*'
89

0 commit comments

Comments
 (0)