From ee553c870b1e893e42a5abad1a2cbed10816ab60 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Fri, 22 Nov 2024 10:48:30 +0000 Subject: [PATCH] What --- get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get.py b/get.py index 6c914aa..7283e4e 100644 --- a/get.py +++ b/get.py @@ -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")