This commit is contained in:
@@ -15,6 +15,9 @@ def run():
|
||||
temp = current_number
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user