Skip to content

Commit eb45bd7

Browse files
authored
ci: improve slack notif on completed build
1 parent bee7744 commit eb45bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}
400400
payload: |
401401
{
402-
"text": "Datatracker - Build ${{ env.PKG_VERSION }} by ${{ github.triggering_actor }} completed - <@${{ secrets.SLACK_UID_RJSPARKS }}>"
402+
"text": "Datatracker - Build <https://github.com/ietf-tools/datatracker/actions/runs/${{ github.run_id }}|${{ env.PKG_VERSION }}> by ${{ github.triggering_actor }} completed - <@${{ secrets.SLACK_UID_RJSPARKS }}>"
403403
}
404404
env:
405405
SLACK_BOT_TOKEN: ${{ secrets.SLACK_GH_BOT }}

0 commit comments

Comments
 (0)