google-github-actions

pull/1631/head
antelle 3 years ago
parent 5ebacbc347
commit 083306a1cd
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -224,7 +224,7 @@ jobs:
with:
tagRegex: "^v(\\d+\\.\\d+\\.\\d+)$"
tagRegexGroup: 1
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud
with:
version: '285.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}

@ -10,7 +10,7 @@ jobs:
with:
fetch-depth: 0
ref: 'gh-pages'
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud
with:
version: '285.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}

Loading…
Cancel
Save