diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index df667c16..a49b5ba1 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -102,6 +102,7 @@ jobs: if [ ${#commit_messages} -gt $max_length ]; then commit_messages="${commit_messages:0:$max_length}... (truncated)" fi + authors=$(echo "$COMMIT_LOG" | grep -oP '~\K[^\n]+' | sort -u | sed 's/^/◗ **/' | sed 's/$/**/' | paste -sd '\n' -) discord_data=$(jq -nc \ --arg field_value "$commit_messages" \ --arg footer_text "Version $VERSION" \ @@ -118,6 +119,11 @@ jobs: "name": "Commits:", "value": $field_value, "inline": true + }, + { + "name": "Developers:", + "value": $author_value, + "inline": false } ], "footer": {