From 2b2a78ee141979ee8d50cb8f55a32df9ff129acc Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 11 Jul 2025 15:46:50 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5d4a968d9..90fa1c83a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -220,8 +220,8 @@ jobs: SAFE_TITLE=$(echo "$COMMIT_MSG" | tr ' /\\:*?"<>|' '-' | tr -cd '[:alnum:] -' | sed 's/ */ /g' | sed 's/ *$//') - TEST_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-test-report--commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md" - COVERAGE_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-coverage--commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md" + TEST_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-TEST-REPORT----commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md" + COVERAGE_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-COVERAGE-FILE----commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md" echo "📄 Wiki files will be:" echo " - $TEST_MD_PATH"