[FEATURE] Better Discord Status
This commit is contained in:
parent
70be117bd5
commit
b9417ddf84
1 changed files with 3 additions and 2 deletions
|
@ -47,10 +47,11 @@ runs:
|
|||
with:
|
||||
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
||||
embed-title: ${{ env.GITHUB_REPOSITORY }}
|
||||
embed-description: Repository
|
||||
embed-footer-text: Action: ${{ env.DISCORD_MESSAGE_ACTION_URL }}
|
||||
embed-url: ${{ env.DISCORD_MESSAGE_REPOSITORY_URL }}
|
||||
embed-color: ${{ env.DISCORD_MESSAGE_STATUS_COLOR }}
|
||||
content: |-
|
||||
**[${{ env.DISCORD_MESSAGE_TITLE }}]** | ${{ inputs.header }} | ${{ env.DISCORD_MESSAGE_STATUS_ICON }} | @CI Monitor
|
||||
Action: ${{ env.DISCORD_MESSAGE_ACTION_URL }}
|
||||
**[${{ env.DISCORD_MESSAGE_TITLE }}]** | ${{ inputs.header }} | ${{ env.DISCORD_MESSAGE_STATUS_ICON }}
|
||||
${{ inputs.additional-content }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue