chore: sync-team-workflow 기본 URL을 HTTPS 도메인으로 변경

This commit is contained in:
htlee 2026-02-14 12:07:16 +09:00
부모 b7b9d3f2d1
커밋 bc4bfa15b3

파일 보기

@ -11,9 +11,9 @@ allowed-tools: "Bash, Read, Write, Edit, Glob, Grep"
### 1. 글로벌 버전 조회 ### 1. 글로벌 버전 조회
Gitea API로 template-common 리포의 workflow-version.json 조회: Gitea API로 template-common 리포의 workflow-version.json 조회:
```bash ```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. 버전 비교 ### 2. 버전 비교