diff --git a/.github/workflows/send-message.yml b/.github/workflows/send-message.yml index d199c24..ff35264 100644 --- a/.github/workflows/send-message.yml +++ b/.github/workflows/send-message.yml @@ -24,7 +24,7 @@ jobs: \"name\": \"${{ github.actor }}\", \"icon_url\": \"https://github.com/${{ github.actor }}.png\" }, - \"description\": \"**Service Name:** ${{ github.repository }}\n\n**Details:**\n${{ github.event.pull_request.title || github.event.head_commit.message }}\", + \"description\": \"**Service Name:** ${{ github.repository }}\n\n**Version:**\n${{ inputs.IMAGE_TAG }}\n\n**Details:**\n${{ github.event.pull_request.title || github.event.head_commit.message }}\", \"color\": 5814783 } ]