Merge pull request #15361 from danfengliu/modify-GCP-repo-in-workflow-git-action

Modify GCP repo in build package workflow
This commit is contained in:
danfengliu 2021-08-09 15:15:26 +08:00 committed by GitHub
commit a8be6b4208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
version: '285.0.0'
project_id: ${{ secrets.GCP_PROJECT_ID }}