From 5c4b1d06cb9db47af7868ef171069277b7bd9cb6 Mon Sep 17 00:00:00 2001 From: Arlind Date: Fri, 20 Jun 2025 15:38:50 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ac0abe5..846d610 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -111,6 +111,7 @@ jobs: run: | user_rows_file="${{ steps.find_skins.outputs.user_rows_file }}" avatar_rows_file="${{ steps.find_skins.outputs.avatar_rows_file }}" + README_PATH="README.md" # Assuming README.md is in the root of the repository cat <<-EOF > "$README_PATH" # osu! Swiss Community Skin collection @@ -138,23 +139,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 <<-EOF >> "$README_PATH" + cat <<-EOF >> "$README_PATH"

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

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