From fbe175b918bf5edf84231be574109da3562f41d4 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:26:03 +0200 Subject: [PATCH] test: removed hyphen before github --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bfe313ed..11d1e7ba 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -129,7 +129,7 @@ jobs: extra_info=$(echo -e "$extra_info" | sed 's/^/- /') fi developers="${developers}◗ **${name}** - ${extra_info}- Github: [${login}](https://github.com/${login}) + ${extra_info} Github: [${login}](https://github.com/${login}) - Commits: ${commits} " committers_count=$((committers_count + 1))