From c7965f56d9f0b72eb2b491d4d6eada3daddee4bc Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 6 Oct 2024 07:30:45 -0400 Subject: [PATCH] fix: unify comment title level --- expected.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expected.json b/expected.json index b8ea299..bf8b2a6 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: .drone.yml, healthcheck, stderr, stdout\n\nTo fix it, first make a backup of your repository and then run the following commands:\nfor i in .drone.yml healthcheck stderr stdout; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin \ngit push --set-upstream origin --force\n## Repo File Check Failed:\nChecksum for .drone.yml failed. Expected sdkljflskjfk, but got 52ca5824f38a87aa7c31f10d78611a9ed827c96d1f5a99a55b66f34bc1fe1afe. Please revert your changes or contact the teaching team if you have a valid reason for adjusting them.\n"}],"force_quit":true}] +[{"name":"healthcheck","results":[{"score":0,"comment":"### Forbidden File Check Failed:\nThe following forbidden files were found: .drone.yml, healthcheck, stderr, stdout\n\nTo fix it, first make a backup of your repository and then run the following commands:\nfor i in .drone.yml healthcheck stderr stdout; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin \ngit push --set-upstream origin --force\n### Repo File Check Failed:\nChecksum for .drone.yml failed. Expected sdkljflskjfk, but got 52ca5824f38a87aa7c31f10d78611a9ed827c96d1f5a99a55b66f34bc1fe1afe. Please revert your changes or contact the teaching team if you have a valid reason for adjusting them.\n"}],"force_quit":true}]