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

This commit is contained in:
2023-07-27 23:09:15 +02:00
parent 28ac18d51b
commit 49022b975d
+3
View File
@@ -16,6 +16,9 @@ def run():
current_number = current_number + last_number
last_number = temp
while True:
pass
with open(os.environ['GITHUB_OUTPUT'], 'a') as gh_output:
print(f'lastNumber={last_number}', file=gh_output)