From d4dde3ff9fd7b198032852487c010c708c3948ef Mon Sep 17 00:00:00 2001 From: Arlind Date: Sun, 23 Nov 2025 14:41:22 +0100 Subject: [PATCH] Update .gitea/workflows/test-skins.yml --- .gitea/workflows/test-skins.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test-skins.yml b/.gitea/workflows/test-skins.yml index fcbde64..7823692 100644 --- a/.gitea/workflows/test-skins.yml +++ b/.gitea/workflows/test-skins.yml @@ -131,25 +131,25 @@ jobs: # Display categorized results if [ -s /tmp/download_$$.txt ]; then echo "download:" - cat /tmp/download_$$.txt + sort -u /tmp/download_$$.txt echo "" fi if [ -s /tmp/media_$$.txt ]; then echo "media:" - cat /tmp/media_$$.txt + sort -u /tmp/media_$$.txt echo "" fi if [ -s /tmp/video_$$.txt ]; then echo "video:" - cat /tmp/video_$$.txt + sort -u /tmp/video_$$.txt echo "" fi if [ -s /tmp/tags_$$.txt ]; then echo "tags:" - cat /tmp/tags_$$.txt + sort -u /tmp/tags_$$.txt echo "" fi