From eb45bd7c66ff3fbc1ef2e6ce43afea30ddc3319e Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 13 Oct 2022 20:10:07 -0400 Subject: [PATCH] ci: improve slack notif on completed build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99b063140..4cd9e625c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 by ${{ github.triggering_actor }} completed - <@${{ secrets.SLACK_UID_RJSPARKS }}>" } env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_GH_BOT }}