Skip to content

Commit b1ed230

Browse files
authored
Fix the name of the setup-gcloud action (#54)
1 parent 6f5f12b commit b1ed230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ one of the methods found in [Configuring Ownership and access to a service accou
119119
You can provide credentials using the [setup-gcloud][setup-gcloud] action:
120120

121121
```yaml
122-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
122+
- uses: google-github-actions/setup-gcloud@master
123123
with:
124124
service_account_key: ${{ secrets.GCP_SA_KEY }}
125125
export_default_credentials: true

0 commit comments

Comments
 (0)