From bc4bfa15b33945e3dc491d57a133bf1fc3637362 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 14 Feb 2026 12:07:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20sync-team-workflow=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20URL=EC=9D=84=20HTTPS=20=EB=8F=84=EB=A9=94=EC=9D=B8?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/sync-team-workflow/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/sync-team-workflow/SKILL.md b/.claude/skills/sync-team-workflow/SKILL.md index ad0e5ee..43dd367 100644 --- a/.claude/skills/sync-team-workflow/SKILL.md +++ b/.claude/skills/sync-team-workflow/SKILL.md @@ -11,9 +11,9 @@ allowed-tools: "Bash, Read, Write, Edit, Glob, Grep" ### 1. 글로벌 버전 조회 Gitea API로 template-common 리포의 workflow-version.json 조회: ```bash -GITEA_URL=$(python3 -c "import json; print(json.load(open('.claude/workflow-version.json')).get('gitea_url', 'http://211.208.115.83:3000'))" 2>/dev/null || echo "http://211.208.115.83:3000") +GITEA_URL=$(python3 -c "import json; print(json.load(open('.claude/workflow-version.json')).get('gitea_url', 'https://gitea.gc-si.dev'))" 2>/dev/null || echo "https://gitea.gc-si.dev") -curl -sf "${GITEA_URL}/api/v1/repos/gcsc/template-common/raw/workflow-version.json" +curl -sf "${GITEA_URL}/api/v1/repos/gc/template-common/raw/workflow-version.json" ``` ### 2. 버전 비교