Skip to content

Commit

Permalink
GitHub create-deploy-tag workflow: Improve Slack message 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Watson committed Aug 31, 2023
1 parent 175e5dc commit 84b038b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}>"
}
]
},
Expand Down Expand Up @@ -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 }}>"
}
]
},
Expand Down

0 comments on commit 84b038b

Please sign in to comment.