Skip to content

Commit

Permalink
new notif
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Hlushchenko committed Apr 9, 2024
1 parent db62cc7 commit c719387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/config/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ fallback: |-
[GitHub] {{workflow}} #{{runNumber}} {{jobName}} is {{jobStatus}}
fields:
# - title: Job Steps
# value: "{{#each jobSteps}}{{icon this.outcome}} {{@key}}\n{{/each}}"
# short: false
- title: Job Matrix
value: "{{#each jobMatrix}}{{@key}}: {{this}}\n{{/each}}"
short: false
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/slack_notification_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
id: checkout
uses: actions/checkout@v3
- name: Slack Failed Build Notification
id: fall
run: eco 123 asd asd sad
Expand All @@ -33,7 +30,7 @@ jobs:
- name: Slack Failed Build Notification
uses: act10ns/[email protected]
with:
status: ${{ env.WORKFLOW_CONCLUSION }}
status: ${{ github.event.workflow_run.conclusion }}
config: ".github/config/slack.yml"

webhook-url: ${{ secrets.SLACK_WEBHOOK_TEST_VLAD }}
Expand Down

0 comments on commit c719387

Please sign in to comment.