This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user