mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
GitHub create-deploy-tag workflow: Improve Slack message 3
This commit is contained in:
parent
84b038b2df
commit
d24a65ef94
1 changed files with 4 additions and 4 deletions
8
.github/workflows/create-deploy-tag.yml
vendored
8
.github/workflows/create-deploy-tag.yml
vendored
|
@ -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 }}>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue