Skip to content

Commit

Permalink
GitHub create-deploy-tag workflow: Improve Slack message 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Watson committed Aug 31, 2023
1 parent 84b038b commit d24a65e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
},
{
"type": "mrkdwn",
"text": "*Git tag:*\n${{ env.TAG_NAME }}"
"text": "*Git tag:*\n<https://github.com/elastic/kibana/releases/tag/${{ env.TAG_NAME }}|${{ env.TAG_NAME }}>"
},
{
"type": "mrkdwn",
"text": "*Workflow run id:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
"text": "*Workflow run:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
}
]
},
Expand Down Expand Up @@ -190,11 +190,11 @@ jobs:
},
{
"type": "mrkdwn",
"text": "*Git tag:*\n${{ env.TAG_NAME }}"
"text": "*Git tag:*\n<https://github.com/elastic/kibana/releases/tag/${{ env.TAG_NAME }}|${{ env.TAG_NAME }}>"
},
{
"type": "mrkdwn",
"text": "*Workflow run id:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
"text": "*Workflow run:*\n<https://github.com/elastic/kibana/actions/runs/${{ github.run_id }}|${{ github.run_id }}>"
}
]
},
Expand Down

0 comments on commit d24a65e

Please sign in to comment.