We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a27010 commit a1d9510Copy full SHA for a1d9510
.github/workflows/master_only.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v2
20
with:
21
submodules: 'true'
22
- - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+ - uses: google-github-actions/setup-gcloud@master
23
24
version: '290.0.1'
25
export_default_credentials: true
.github/workflows/mirror.yml
@@ -2,7 +2,8 @@ name: mirror
2
3
on:
4
push:
5
- branches: master
+ branches:
6
+ - master
7
tags:
8
- 'v*.*.*'
9
0 commit comments