From 263730fd217753b99bfb96e7ce7b6e2e7b8c43c9 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 21 Oct 2024 04:41:32 -0400 Subject: [PATCH] feat: move to repo-health-checker --- conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.json b/conf.json index cd34d05..bb2d0d5 100644 --- a/conf.json +++ b/conf.json @@ -6,7 +6,7 @@ "name": "sandbox", "with": { "default": { - "args": ["./healthcheck", "-root=.", "-meta=readme"], + "args": ["/tmp/repo-health-checker", "-root=.", "-meta=readme"], "env": ["PATH=/usr/bin:/bin"], "cpuLimit": 10000000000, "memoryLimit": 104857600,