From d844f7008275aaca6b23203d069dd45ee77f31c4 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Sun, 18 Feb 2024 17:42:00 -0700 Subject: [PATCH] [FEATURE] Better Discord Status --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 0e5847f..c602007 100644 --- a/action.yml +++ b/action.yml @@ -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 }}