From 4d7d67b8e0f301d0347af2e4139f775a33c0115d Mon Sep 17 00:00:00 2001 From: Arlind Date: Sun, 23 Nov 2025 15:07:19 +0100 Subject: [PATCH] Update .gitea/actions/test-links/action.yml --- .gitea/actions/test-links/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/test-links/action.yml b/.gitea/actions/test-links/action.yml index d905c7b..247d8c2 100644 --- a/.gitea/actions/test-links/action.yml +++ b/.gitea/actions/test-links/action.yml @@ -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#/}"