From 39a23d3dc553de1d07d0d212e2b19b8298a25536 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 14 Feb 2026 15:02:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20API=20URL=EC=9D=84=20web=20raw=20URL?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(=EB=B9=84=EC=9D=B8=EC=A6=9D?= =?UTF-8?q?=20=EC=A0=91=EA=B7=BC=20=EC=A7=80=EC=9B=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/init-project/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/init-project/SKILL.md b/.claude/skills/init-project/SKILL.md index d1b44cd..a0c7d21 100644 --- a/.claude/skills/init-project/SKILL.md +++ b/.claude/skills/init-project/SKILL.md @@ -211,7 +211,7 @@ docs/CHANGELOG.md ### 11. workflow-version.json 생성 Gitea API로 최신 팀 워크플로우 버전을 조회: ```bash -curl -sf --max-time 5 "https://gitea.gc-si.dev/api/v1/repos/gc/template-common/raw/workflow-version.json" +curl -sf --max-time 5 "https://gitea.gc-si.dev/gc/template-common/raw/branch/develop/workflow-version.json" ``` 조회 성공 시 해당 `version` 값 사용, 실패 시 "1.0.0" 기본값 사용.