GitHub create-deploy-tag workflow: Improve Slack message 5

This commit is contained in:
Thomas Watson 2023-08-31 12:15:49 +02:00
parent b55c9499e4
commit 672f38f9be
No known key found for this signature in database
GPG key ID: 884AF396A8C656B0

View file

@ -162,10 +162,6 @@ jobs:
{
"type": "mrkdwn",
"text": "*Workflow run:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
},
{
"type": "mrkdwn",
"text": "*Git tag:*\n<https://github.com/elastic/kibana/releases/tag/${{ env.TAG_NAME }}|${{ env.TAG_NAME }}>"
}
]
},