Skip to content

Commit

Permalink
What
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent c7d6897 commit ee553c8
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 ee553c8

Please sign in to comment.