diff --git a/.github/workflows/update-homebrew-formula.yml b/.github/workflows/update-homebrew-formula.yml index 9d934a33d..386955b62 100644 --- a/.github/workflows/update-homebrew-formula.yml +++ b/.github/workflows/update-homebrew-formula.yml @@ -48,12 +48,12 @@ jobs: uses: ./github-actions/report-to-slack-v1 with: channel-id: "pengyuan-test" - title: "GitHub Workflow Failure" + title: "*GitHub Workflow Failure*" attachment_color: "#E92020" env: SLACK_MSG_Github_Workflow_URL: "" SLACK_MSG_Github_Workflow_Name: "go-sdk/update-homebrew-formula" - SLACK_MSG_Oncall: "@oncall-growth-eng! There has been a failure that needs your attention. :rotating_light:" + SLACK_MSG_Message: "@oncall-growth-eng! There has been a failure that needs your attention. :rotating_light:" # TITLE_TEXT: "@oncall-growth-eng! There has been a failure that needs your attention. :rotating_light:" # - name: Failure Notification # if: failure()