setup-python
All checks were successful
Run Report Table / run-script (push) Successful in 9s

This commit is contained in:
kyy
2025-09-05 13:10:11 +09:00
parent c92459f4f8
commit 17def74083

View File

@@ -2,7 +2,7 @@
name: Run Report Table
on:
schedule:
- cron: "06 4 * * *"
- cron: "11 4 * * *"
jobs:
run-script:
runs-on: ubuntu-latest
@@ -18,6 +18,11 @@ jobs:
chmod +x run_table.sh
echo "[OK] Prepared run_table.sh"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
run: pip install -r requirements.txt