chore: modify test action
[skip ci]
This commit is contained in:
parent
92eaf87582
commit
2d4e9c723f
3 changed files with 11 additions and 5 deletions
2
.github/actions/notify/action.yaml
vendored
2
.github/actions/notify/action.yaml
vendored
|
|
@ -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' }}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue