chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-27 11:31:56 +01:00
parent 92eaf87582
commit 2d4e9c723f
3 changed files with 11 additions and 5 deletions

View file

@ -84,7 +84,7 @@ runs:
PAYLOAD=$(jq -n -r \
--arg header "${{ inputs.title }}" \
--arg subtitle "${{ inputs.subtitle || '' }}" \
--arg subtitle "${{ inputs.subtitle }}" \
--arg imgurl "https://cdn.simpleicons.org/${{ inputs.image_slug }}/${{ steps.status.outputs.color }}" \
--arg title "${{ inputs.event_title || 'no event title given' }}" \
--arg body "${{ inputs.event_body || 'no event body given' }}" \