From 87d477042b45be937c49a49398a4e823be1ed872 Mon Sep 17 00:00:00 2001 From: Test User Date: Sun, 26 Apr 2026 19:52:21 +0800 Subject: [PATCH] fix: correct numbered list in cloud-run-basics prerequisites The second prerequisite item incorrectly used "1." instead of "2.", breaking the ordered list rendering. Co-Authored-By: Claude Opus 4.7 --- skills/cloud/cloud-run-basics/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/cloud/cloud-run-basics/SKILL.md b/skills/cloud/cloud-run-basics/SKILL.md index 8bffebe374..3ea2267a8b 100644 --- a/skills/cloud/cloud-run-basics/SKILL.md +++ b/skills/cloud/cloud-run-basics/SKILL.md @@ -30,8 +30,8 @@ types: gcloud services enable run.googleapis.com cloudbuild.googleapis.com ``` -1. If you are under a domain restriction organization policy [restricting](https://docs.cloud.google.com/organization-policy/restrict-domains) - unauthenticated invocations for your project, you will need to access your +2. If you are under a domain restriction organization policy [restricting](https://docs.cloud.google.com/organization-policy/restrict-domains) + unauthenticated invocations for your project, you will need to access your deployed service as described under [Testing private services](https://docs.cloud.google.com/run/docs/triggering/https-request#testing-private).