mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Trying to fix slack posting bug (#165272)
This commit is contained in:
parent
991d2cd552
commit
681c2e9cf7
1 changed files with 1 additions and 4 deletions
5
.github/workflows/create-deploy-tag.yml
vendored
5
.github/workflows/create-deploy-tag.yml
vendored
|
@ -59,10 +59,7 @@ jobs:
|
|||
channel-id: "C05NJL80DB8"
|
||||
payload: |
|
||||
{
|
||||
"text": >
|
||||
Initiate Serverless Deploy GitHub Workflow: ${{ job.status }}
|
||||
Workflow: https://github.com/elastic/kibana/actions/workflows/create-deploy-tag.yml
|
||||
${{ job.status == 'success' && format('Tag: `{0}`\nCommit: `{1}`', env.TAG_NAME, env.COMMIT) || '' }}
|
||||
"text": "Initiate Serverless Deploy GitHub Workflow: ${{ job.status }}\nWorkflow: https://github.com/elastic/kibana/actions/workflows/create-deploy-tag.yml${{ job.status == 'success' && format('\nTag: `{0}`\nCommit: `{1}`', env.TAG_NAME, env.COMMIT) || '' }}"
|
||||
}
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue