Skip to content

Commit 87fba63

Browse files
authored
Fix typo in sample workflow shown in README.md. (#682)
Fixed a typo in the README.md's sample workflow. Changed 'job' to 'jobs' to align with the correct YAML syntax for GitHub Actions workflows.
1 parent a061e39 commit 87fba63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
### Service Account Key JSON
149149

150150
```yaml
151-
job:
151+
jobs:
152152
job_id:
153153
steps:
154154
- id: 'auth'
@@ -169,7 +169,7 @@ If and only if you are using self-hosted runners that are hosted on Google Cloud
169169
the Cloud SDK will automatically authenticate using the machine credentials:
170170

171171
```yaml
172-
job:
172+
jobs:
173173
job_id:
174174
steps:
175175
- name: 'Set up Cloud SDK'

0 commit comments

Comments
 (0)