From 15255acda297e55207e1f856a75ad15e7b4b3e27 Mon Sep 17 00:00:00 2001 From: liyitian <2717355959@qq.com> Date: Sun, 14 Dec 2025 17:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/autograde.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autograde.yml b/.gitea/workflows/autograde.yml index 9626546..90da6b5 100644 --- a/.gitea/workflows/autograde.yml +++ b/.gitea/workflows/autograde.yml @@ -138,12 +138,12 @@ jobs: ASSIGNMENT_ID="final-vibevault" fi - echo "📥 Fetching tests and grading scripts from ${ORG}/${ASSIGNMENT_ID}-tests..." + echo "📥 Fetching tests and grading scripts from ${ORG}/2311061111-lyt..." AUTH_URL="http://${TESTS_USERNAME}:${TESTS_TOKEN}@49.234.193.192:3000/liyitian/2311061111-lyt.git" if ! git -c http.sslVerify=false clone --depth=1 "$AUTH_URL" _priv_tests 2>&1; then - echo "❌ Failed to clone ${ASSIGNMENT_ID}-tests repository!" + echo "❌ Failed to clone 2311061111-lyt repository!" exit 1 fi