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

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

View file

@ -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 }}>"
}
]
},