Skip to content

Commit

Permalink
fix: setup-gcloud を master に追従する
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki committed Nov 20, 2020
1 parent 17658d9 commit 2138ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup gcloud environment
uses: GoogleCloudPlatform/github-actions@0.1.2
uses: google-github-actions/setup-gcloud@master
with:
# The service account key which will be used for authentication.
service_account_key: ${{ secrets.GCLOUD_SERVICE_KEY }}
Expand Down

0 comments on commit 2138ae1

Please sign in to comment.