[2026-06-18] 스킬 파일에 git push 스텝 추가 (morning/midday/evening)
This commit is contained in:
@@ -67,5 +67,13 @@ print('Discord 전송 완료')
|
||||
"
|
||||
```
|
||||
|
||||
### 5. 완료
|
||||
### 5. Git commit & push
|
||||
`data/midday_context.json`을 커밋하고 push한다:
|
||||
```bash
|
||||
git add data/midday_context.json
|
||||
git commit -m "[YYYY-MM-DD] 장중 분석 — <한 줄 요약>"
|
||||
git push origin master
|
||||
```
|
||||
|
||||
### 6. 완료
|
||||
분석 요약을 한 줄로 출력하고 종료한다.
|
||||
|
||||
Reference in New Issue
Block a user