fix: added missing author value

This commit is contained in:
ibo
2024-06-21 01:35:05 +02:00
committed by GitHub
parent 765dbe6c9b
commit bbbb13e4be

View File

@@ -111,6 +111,7 @@ jobs:
echo "$authors"
discord_data=$(jq -nc \
--arg field_value "$commit_messages" \
--arg author_value "$authors" \
--arg footer_text "Version $VERSION" \
--arg timestamp "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \
--arg thumbnail_url "https://avatars.githubusercontent.com/u/41344259?v=4" \