mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 04:59:26 +00:00
Fix typo in sample workflow shown in README.md.
This commit is contained in:
parent
a061e3929a
commit
0ccd116c7f
1 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
### Service Account Key JSON
|
||||
|
||||
```yaml
|
||||
job:
|
||||
jobs:
|
||||
job_id:
|
||||
steps:
|
||||
- id: 'auth'
|
||||
|
|
@ -169,7 +169,7 @@ If and only if you are using self-hosted runners that are hosted on Google Cloud
|
|||
the Cloud SDK will automatically authenticate using the machine credentials:
|
||||
|
||||
```yaml
|
||||
job:
|
||||
jobs:
|
||||
job_id:
|
||||
steps:
|
||||
- name: 'Set up Cloud SDK'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue