Skip to content

Commit

Permalink
update slack status
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 27, 2024
1 parent c0a17eb commit 94d3130
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,12 @@ jobs:
text: "*Workflow*\n`${{ github.workflow }}`"
- type: mrkdwn
text: "*Job*\n`${{ github.job }}`"
- type: mrkdwn
text: "*Status*\n`${{ github.status }}`"
- type: mrkdwn
text: "*Pull request*\n<${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>"
- type: mrkdwn
text: "*Commit*\n<${{ github.event.head_commit.url }}|${{ env.SHORT_SHA }}>"
- type: mrkdwn
text: "*Message*\n${{ github.event.head_commit.message }}"
- type: mrkdwn
text: "*Failure*\n`${{ failure() }}`"
- name: Upload artifacts to Slack on failure
if: failure()
uses: slackapi/[email protected]
Expand Down

0 comments on commit 94d3130

Please sign in to comment.