Skip to content

Commit

Permalink
Two values?
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent 7ee517f commit 146bbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def previous_run_id() -> str | None:
run_id = previous_run_id()
if run_id is not None:
print(f"LAST_RUN_ID={run_id}")
# print("HAS_RUN_ID=true")
print("HAS_RUN_ID=true")
else:
print("HAS_RUN_ID=false")

0 comments on commit 146bbca

Please sign in to comment.