diff --git a/.github/actions/composite/announceFailedWorkflowInSlack/action.yml b/.github/actions/composite/announceFailedWorkflowInSlack/action.yml index f6057d33f8752..4069db93e1dd2 100644 --- a/.github/actions/composite/announceFailedWorkflowInSlack/action.yml +++ b/.github/actions/composite/announceFailedWorkflowInSlack/action.yml @@ -20,7 +20,7 @@ runs: attachments: [{ color: "#DB4545", pretext: ``, - text: `💥 ${process.env.AS_REPO} failed on ${process.env.AS_WORKFLOW} workflow 💥`, + text: `💥 ${process.env.AS_REPO} failed on workflow 💥`, }] } env: