Update .gitea/workflows/test-skins.yml

This commit is contained in:
2025-11-23 14:41:22 +01:00
parent 6239c82552
commit d4dde3ff9f

View File

@@ -131,25 +131,25 @@ jobs:
# Display categorized results # Display categorized results
if [ -s /tmp/download_$$.txt ]; then if [ -s /tmp/download_$$.txt ]; then
echo "download:" echo "download:"
cat /tmp/download_$$.txt sort -u /tmp/download_$$.txt
echo "" echo ""
fi fi
if [ -s /tmp/media_$$.txt ]; then if [ -s /tmp/media_$$.txt ]; then
echo "media:" echo "media:"
cat /tmp/media_$$.txt sort -u /tmp/media_$$.txt
echo "" echo ""
fi fi
if [ -s /tmp/video_$$.txt ]; then if [ -s /tmp/video_$$.txt ]; then
echo "video:" echo "video:"
cat /tmp/video_$$.txt sort -u /tmp/video_$$.txt
echo "" echo ""
fi fi
if [ -s /tmp/tags_$$.txt ]; then if [ -s /tmp/tags_$$.txt ]; then
echo "tags:" echo "tags:"
cat /tmp/tags_$$.txt sort -u /tmp/tags_$$.txt
echo "" echo ""
fi fi