Skip to content

Instantly share code, notes, and snippets.

@k-ubella
k-ubella / action.yml
Created October 11, 2025 13:46
로또 구매 yaml
# 워크플로우의 이름
name: Automatic Lotto Buyer
# 워크플로우가 실행될 시점 설정
on:
schedule:
- cron: '55 23 * * 5' # UST 기준의 크론. UST 23:55 는 KST 08:55 토요일 8:55분
- cron: '0 0 * * 1' # KST 09:00 매주 월요일 오전 9시
# Actions 탭에서 수동으로 실행할 수 있도록 버튼 추가