diff --git a/.github/actions/composite/announceFailedWorkflowInSlack/action.yml b/.github/actions/composite/announceFailedWorkflowInSlack/action.yml index 4069db93e1dd..91b2a899f775 100644 --- a/.github/actions/composite/announceFailedWorkflowInSlack/action.yml +++ b/.github/actions/composite/announceFailedWorkflowInSlack/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: composite steps: - - uses: 8398a7/action-slack@v3 + - uses: 8398a7/action-slack@2780b654eb23ee546e54052f0d2b0ed66ea30eaa name: Job failed Slack notification with: status: custom @@ -20,7 +20,7 @@ runs: attachments: [{ color: "#DB4545", pretext: ``, - text: `💥 ${process.env.AS_REPO} failed on workflow 💥`, + text: `💥 ${process.env.AS_REPO} failed on ${process.env.AS_WORKFLOW_RUN} workflow 💥`, }] } env: