Update .gitea/actions/test-links/action.yml

This commit is contained in:
2025-11-23 15:07:19 +01:00
parent b17a6fef7c
commit 4d7d67b8e0

View File

@@ -99,7 +99,7 @@ runs:
echo " $status $decoded_link" >> /tmp/download_$$.txt
fi
else
# Local file - check via Gitea API
# Local file - check via Gitea API (use original URL-encoded link)
if [[ "$link" =~ ^/ ]]; then
# Absolute path from repo root
api_path="${link#/}"