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