From 3cb05376e333886634c7b3b5d1173796207948cf Mon Sep 17 00:00:00 2001
From: BoYanZh <boyanzh233@gmail.com>
Date: Mon, 14 Oct 2024 10:42:35 -0400
Subject: [PATCH] feat: tidy conf

---
 expected.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/expected.json b/expected.json
index d195a44..293182f 100644
--- a/expected.json
+++ b/expected.json
@@ -1 +1 @@
-[{"name":"healthcheck","results":[{"score":0,"comment":"### Forbidden File Check Failed:\nThe following forbidden files were found: conf.json, expected.json\n\nTo fix it, first make a backup of your repository and then run the following commands:\nfor i in conf.json expected.json; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin \ngit push --set-upstream origin  --force\n"}],"force_quit":true}]
+[{"name":"healthcheck","results":[{"score":0,"comment":"### Forbidden File Check Failed:\nThe following forbidden files were found: `conf.json`, `expected.json`\n\nTo fix it, first make a backup of your repository and then run the following commands:\n```bash\nexport GIT_BRANCH=$(git branch --show-current)\nexport GIT_REMOTE_URL=$(git config --get remote.origin.url)\nfor i in conf.json expected.json; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin $GIT_REMOTE_URL\ngit push --set-upstream origin $GIT_BRANCH --force\n```\n\n"}],"force_quit":true}]