google-github-actions / setup-gcloud

A GitHub Action for installing and configuring the gcloud CLI.
https://cloud.google.com/sdk/docs
Apache License 2.0
1.71k stars 510 forks source link

Fix typo in sample workflow shown in README.md. #682

Closed msng closed 6 months ago

msng commented 6 months ago

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.