From 0ccd116c7f1dbcc4cc7c4307e823fbebeb94f887 Mon Sep 17 00:00:00 2001 From: msng <29099+msng@users.noreply.github.com> Date: Sat, 2 Mar 2024 08:32:50 +0900 Subject: [PATCH] Fix typo in sample workflow shown in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cb8221ef..8fdea0e39 100644 --- a/README.md +++ b/README.md @@ -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'