chore: v1.2.0 워크플로우 시스템 분리 및 통합 #2

병합
htlee develop 에서 main 로 5 commits 를 머지했습니다 2026-02-14 15:11:42 +09:00
Showing only changes of commit 39a23d3dc5 - Show all commits

파일 보기

@ -211,7 +211,7 @@ docs/CHANGELOG.md
### 11. workflow-version.json 생성 ### 11. workflow-version.json 생성
Gitea API로 최신 팀 워크플로우 버전을 조회: Gitea API로 최신 팀 워크플로우 버전을 조회:
```bash ```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" 기본값 사용. 조회 성공 시 해당 `version` 값 사용, 실패 시 "1.0.0" 기본값 사용.