From cbc4f9436b1373856717ebb1c2aac5cd0d476d96 Mon Sep 17 00:00:00 2001 From: Arlind Date: Fri, 20 Jun 2025 15:38:05 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 94b4024..ac0abe5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: user_rows_file="${{ steps.find_skins.outputs.user_rows_file }}" avatar_rows_file="${{ steps.find_skins.outputs.avatar_rows_file }}" - cat < "$README_PATH" + cat <<-EOF > "$README_PATH" # osu! Swiss Community Skin collection Welcome to the osu! Swiss Community Skin collection, this repository archives and showcases Skins osc members use. @@ -126,7 +126,7 @@ jobs: ## Skins
list instead of icons -
+
@@ -138,20 +138,23 @@ jobs: - EOF + EOF - sort -t '|' -k1,1n "$user_rows_file" | cut -d'|' -f2- >> "$README_PATH" + sort -t '|' -k1,1n "$user_rows_file" | cut -d'|' -f2- >> "$README_PATH" - cat <> "$README_PATH" + cat <<-EOF >> "$README_PATH"

- EOF + EOF - sort -t '|' -k1,1n "$avatar_rows_file" | cut -d'|' -f2- >> "$README_PATH" - echo "

" >> "$README_PATH" + sort -t '|' -k1,1n "$avatar_rows_file" | cut -d'|' -f2- >> "$README_PATH" + + cat <<-EOF >> "$README_PATH" +

+ EOF rm -f "$user_rows_file" "$avatar_rows_file"