git action clone 추가

This commit is contained in:
kyy
2025-09-04 15:35:13 +09:00
parent df860fc701
commit f1f82aa1eb
8 changed files with 125 additions and 14 deletions

12
.gitea/workflows/main.yml Normal file
View File

@@ -0,0 +1,12 @@
name: Run Report Table
on:
schedule:
- cron: '0 21 * * *' # 06:00 KST is 21:00 UTC
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run script
run: ./run_table.sh