ci: improve slack notif on completed build

This commit is contained in:
Nicolas Giard 2022-10-13 20:10:07 -04:00 committed by GitHub
parent bee77447b8
commit eb45bd7c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,7 +399,7 @@ jobs:
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}
payload: |
{
"text": "Datatracker - Build ${{ env.PKG_VERSION }} by ${{ github.triggering_actor }} completed - <@${{ secrets.SLACK_UID_RJSPARKS }}>"
"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 }}>"
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_GH_BOT }}