fix: API URL을 web raw URL로 변경 (비인증 접근 지원)
This commit is contained in:
부모
39a23d3dc5
커밋
fbcd655104
@ -13,7 +13,7 @@ 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', 'https://gitea.gc-si.dev'))" 2>/dev/null || echo "https://gitea.gc-si.dev")
|
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/gc/template-common/raw/workflow-version.json"
|
curl -sf "${GITEA_URL}/gc/template-common/raw/branch/develop/workflow-version.json"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. 버전 비교
|
### 2. 버전 비교
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user