git action clone 추가
This commit is contained in:
12
.gitea/workflows/main.yml
Normal file
12
.gitea/workflows/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user