Run an python3 Script every 5 Min
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 13s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 20:50:00 +02:00
parent b717b00033
commit 9b0a9a4ebd
2 changed files with 5 additions and 2 deletions

View File

@ -11,5 +11,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: echo "Done"
run: echo "Done"
- name: run python script
run: python main.py

3
main.py Normal file
View File

@ -0,0 +1,3 @@
import os
print(os.environ)