From 0f5f47a9b0efdc6406c18129582a81308691918c Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 23:16:17 +0200 Subject: [PATCH] deployment.py aktualisiert --- deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.py b/deployment.py index 6b31803..5602ceb 100644 --- a/deployment.py +++ b/deployment.py @@ -19,7 +19,7 @@ def run(): 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)