Skip to content

Commit

Permalink
Merge pull request #13121 from Expensify/Rory-AnnounceWorkflowSlack
Browse files Browse the repository at this point in the history
[No QA] Link to workflow run using upstream feature
  • Loading branch information
Luke9389 authored Nov 30, 2022
2 parents 435c4b9 + 645f67e commit 95ba4bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +20,7 @@ runs:
attachments: [{
color: "#DB4545",
pretext: `<!subteam^S4TJJ3PSL>`,
text: `💥 ${process.env.AS_REPO} failed on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }}> workflow 💥`,
text: `💥 ${process.env.AS_REPO} failed on ${process.env.AS_WORKFLOW_RUN} workflow 💥`,
}]
}
env:
Expand Down

0 comments on commit 95ba4bb

Please sign in to comment.