diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 91f3cacf0..919a58fcc 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -46,7 +46,7 @@ jobs: with: status: ${{ job.status }} notify_when: failure - notification_title: "${{ github.event.head_commit.author.name }}, *saddle up*! The following commit to <{repo_url}|{repo}> broke the end-to-end tests:" + notification_title: "${{ github.event.head_commit.author.name }}, *nap time is over*! The following commit to <{repo_url}|{repo}> broke the end-to-end tests:" message_format: "${{ github.event.head_commit.message }}" env: - SLACK_WEBHOOK_URL: ${{ secrets.BROKEN_BUILD_SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_URL: ${{ secrets.BROKEN_E2E_SLACK_WEBHOOK_URL }}