From 1805ddb66c6ee3b36d5168ca0f5bc41bb5677d48 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Sun, 23 Jun 2024 04:35:22 +0200 Subject: [PATCH] fix: trailing SS --- .github/workflows/beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b00c7b54..2238fd54 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -144,7 +144,8 @@ jobs: if [ -n "$extra_info" ]; then extra_info=$(echo -e "$extra_info" | sed 's/^/\n- /') fi - developers="${developers}◗ **${name}**${extra_info} + developers="${developers}◗ **${name}** + ${extra_info} - Github: [${login}](https://github.com/${login}) - Commits: ${commit_count}" committers_count=$((committers_count + 1))