From e424c241e35984811cff0c290e4574045b838591 Mon Sep 17 00:00:00 2001 From: alyssa Date: Thu, 5 Sep 2024 19:18:30 +0900 Subject: [PATCH] test --- ci/run_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_ci.py b/ci/run_ci.py index 5aecff0c..56acdbd1 100755 --- a/ci/run_ci.py +++ b/ci/run_ci.py @@ -3,4 +3,4 @@ import os print("hello from python!") -print(f"data: {os.environment.get("DISPATCH_DATA")}") +print(f"data: {os.environ.get("DISPATCH_DATA")}")