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

This commit is contained in:
Thomas Watson 2023-08-31 09:39:49 +02:00
parent 84b038b2df
commit d24a65ef94
No known key found for this signature in database
GPG key ID: 884AF396A8C656B0

View file

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