This commit is contained in:
2026-02-24 15:16:12 +01:00
parent 1421199fd8
commit 0b3a43371a

View File

@ -113,7 +113,7 @@ jobs:
# --- 1. fetch spec content from URL and ensure it is not empty ---
FILE_CONTENT=$(curl -fsSL \
-H "Authorization: token ${G_TOKEN_TEST}" \
-H "Authorization: token ${GITEA_TOKEN}" \
"${url}" \
|| true)