[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
|
||||
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-title: Action Details
|
||||
embed-description: ${{ env.GITHUB_REPOSITORY }}
|
||||
embed-footer-text: "Repository: ${{ env.DISCORD_MESSAGE_REPOSITORY_URL }}"
|
||||
embed-url: ${{ env.DISCORD_MESSAGE_ACTION_URL }}"
|
||||
embed-color: ${{ env.DISCORD_MESSAGE_STATUS_COLOR }}
|
||||
content: |-
|
||||
**[${{ env.DISCORD_MESSAGE_TITLE }}]** | ${{ inputs.header }} | ${{ env.DISCORD_MESSAGE_STATUS_ICON }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue