Skip to content

Commit

Permalink
Fix typo in sample workflow shown in README.md. (#682)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
msng committed Mar 1, 2024
1 parent a061e39 commit 87fba63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
### Service Account Key JSON

```yaml
job:
jobs:
job_id:
steps:
- id: 'auth'
Expand All @@ -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'
Expand Down

0 comments on commit 87fba63

Please sign in to comment.