Skip to content

Commit

Permalink
Trying to fix slack posting bug (#165272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Watson authored Aug 30, 2023
1 parent 991d2cd commit 681c2e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 681c2e9

Please sign in to comment.