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 2
This commit is contained in:
parent
175e5dc388
commit
84b038b2df
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-deploy-tag.yml
vendored
4
.github/workflows/create-deploy-tag.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
},
|
||||
{
|
||||
"type": "mrkdwn",
|
||||
"text": "*GitHub job:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.job }}|${{ github.job }}>"
|
||||
"text": "*Workflow run id:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -194,7 +194,7 @@ jobs:
|
|||
},
|
||||
{
|
||||
"type": "mrkdwn",
|
||||
"text": "*GitHub job:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.job }}|${{ github.job }}>"
|
||||
"text": "*Workflow run id:*\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