From 9987a87d0fef86dbcaebb6c6887cf1a9a7e8858d Mon Sep 17 00:00:00 2001 From: liquibot <64099989+liquibot@users.noreply.github.com> Date: Thu, 12 Sep 2024 07:07:41 -0500 Subject: [PATCH] Update .github/workflows/dry-run-release.yml --- .github/workflows/dry-run-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dry-run-release.yml b/.github/workflows/dry-run-release.yml index ca62093c..9cbfada7 100644 --- a/.github/workflows/dry-run-release.yml +++ b/.github/workflows/dry-run-release.yml @@ -82,8 +82,8 @@ jobs: - name: Notify Slack on Build Failure uses: rtCamp/action-slack-notify@v2 env: - SLACK_COLOR: ${{ job.status }} - SLACK_MESSAGE: "View details on GitHub Actions: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }} <@S056Q5RG38F>" + SLACK_COLOR: failure + SLACK_MESSAGE: "View details on GitHub Actions: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} <@U040C8J8143> <@U04P39MS2SW> <@UHHJ6UAEQ> <@U042HRTL4DT>" # Jandro, Sailee, Jake, Filipe SLACK_TITLE: "❌ ${{ github.repository }} ❌ Build failed on branch ${{ github.ref }} for commit ${{ github.sha }} in repository ${{github.repository}}" SLACK_USERNAME: liquibot SLACK_WEBHOOK: ${{ secrets.DRY_RUN_RELEASE_SLACK_WEBHOOK }}