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. 버전 비교