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

This commit is contained in:
2023-07-27 23:16:17 +02:00
parent 49022b975d
commit 0f5f47a9b0
+1 -1
View File
@@ -19,7 +19,7 @@ def run():
while True: while True:
pass pass
with open(os.environ['GITHUB_OUTPUT'], 'a') as gh_output: with open(os.environ['GITHUB_OUTPUT'], 'a+') as gh_output:
print(f'lastNumber={last_number}', file=gh_output) print(f'lastNumber={last_number}', file=gh_output)