[FEATURE] Better Discord Status
This commit is contained in:
parent
09c11a69f3
commit
d844f70082
1 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ runs:
|
||||||
uses: tsickert/discord-webhook@v5.4.0
|
uses: tsickert/discord-webhook@v5.4.0
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
webhook-url: ${{ env.DISCORD_WEBHOOK }}
|
||||||
embed-title: ${{ env.GITHUB_REPOSITORY }}
|
embed-title: Action Details
|
||||||
embed-description: Repository
|
embed-description: ${{ env.GITHUB_REPOSITORY }}
|
||||||
embed-footer-text: "Action: ${{ env.DISCORD_MESSAGE_ACTION_URL }}"
|
embed-footer-text: "Repository: ${{ env.DISCORD_MESSAGE_REPOSITORY_URL }}"
|
||||||
embed-url: ${{ env.DISCORD_MESSAGE_REPOSITORY_URL }}
|
embed-url: ${{ env.DISCORD_MESSAGE_ACTION_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 }}
|
**[${{ env.DISCORD_MESSAGE_TITLE }}]** | ${{ inputs.header }} | ${{ env.DISCORD_MESSAGE_STATUS_ICON }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue