Fixed timezone in schedule.yml + added README.md

This commit is contained in:
b267a 2025-07-15 16:41:29 +02:00
parent d50e6600fc
commit f6196c1de3
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,8 @@ name: Run Python Script
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 22 * * *'
workflow_dispatch:
jobs: jobs:
run-script: run-script:

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# KIT Library Automation
Will improve the code soon, just some proof-of-concept right now!