deployment.py aktualisiert
Deployment / deploy (push) Failing after 22s

This commit is contained in:
2023-07-27 23:17:32 +02:00
parent 0f5f47a9b0
commit ed7b5f6ff1
-3
View File
@@ -16,9 +16,6 @@ def run():
current_number = current_number + last_number current_number = current_number + last_number
last_number = temp last_number = temp
while True:
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)