From fadb0bfb24f3488b3f9c7605acf7f6ee98f48ee4 Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Tue, 23 Jul 2024 10:22:09 +0200 Subject: [PATCH] Use slack channel --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3dfae67e687..bf9ed182347 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -529,8 +529,8 @@ jobs: "use-local-adf": "${{ env.BRANCH_NAME }}", "notify-on-failure": true, "rp-trigger": "adf-to-hxp-test", - "slack-channel-id": "D056HA6MP6Y", - "slack-message-title": "ADF => HxP check\n🔴 Frontend e2e test failed" + "slack-channel-id": "C016SMNNL8L", + "slack-message-title": "ADF => HxP check\n🔴 Frontend e2e test failed on branch ${{ env.BRANCH_NAME }}" } token: ${{ secrets.ALFRESCO_BUILD_GH_TOKEN }} wait-for-completion: true