[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:
|
with:
|
||||||
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
||||||
embed-title: ${{ env.GITHUB_REPOSITORY }}
|
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-url: ${{ env.DISCORD_MESSAGE_REPOSITORY_URL }}
|
||||||
embed-color: ${{ env.DISCORD_MESSAGE_STATUS_COLOR }}
|
embed-color: ${{ env.DISCORD_MESSAGE_STATUS_COLOR }}
|
||||||
content: |-
|
content: |-
|
||||||
**[${{ env.DISCORD_MESSAGE_TITLE }}]** | ${{ inputs.header }} | ${{ env.DISCORD_MESSAGE_STATUS_ICON }} | @CI Monitor
|
**[${{ env.DISCORD_MESSAGE_TITLE }}]** | ${{ inputs.header }} | ${{ env.DISCORD_MESSAGE_STATUS_ICON }}
|
||||||
Action: ${{ env.DISCORD_MESSAGE_ACTION_URL }}
|
|
||||||
${{ inputs.additional-content }}
|
${{ inputs.additional-content }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue