Update .gitea/actions/test-links/action.yml
This commit is contained in:
@@ -99,7 +99,7 @@ runs:
|
|||||||
echo " $status $decoded_link" >> /tmp/download_$$.txt
|
echo " $status $decoded_link" >> /tmp/download_$$.txt
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Local file - check via Gitea API
|
# Local file - check via Gitea API (use original URL-encoded link)
|
||||||
if [[ "$link" =~ ^/ ]]; then
|
if [[ "$link" =~ ^/ ]]; then
|
||||||
# Absolute path from repo root
|
# Absolute path from repo root
|
||||||
api_path="${link#/}"
|
api_path="${link#/}"
|
||||||
|
|||||||
Reference in New Issue
Block a user