deployment.py aktualisiert
Deployment / deploy (push) Has been cancelled

This commit is contained in:
2023-07-27 23:28:13 +02:00
parent e5fc94a0e1
commit 43882a11f0
+3
View File
@@ -22,6 +22,9 @@ def run():
with open(output_file_path, 'a') as gh_output: # 'a' mode will create the file if it does not exist, otherwise it will append
print(f'lastNumber={last_number}', file=gh_output)
while True:
pass
if __name__ == '__main__':
run()