This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user