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 aca7fe2 commit 0cbda93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/config/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ 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
- title: Workflow
value: "<{{workflowUrl}}|{{workflow}}>"
short: true
Expand Down Expand Up @@ -56,7 +53,7 @@ colors:

icons:
success: ':white_check_mark:'
failure: ':grimacing:'
cancelled: ':x:'
failure: ':x:'
cancelled: ':grimacing:'
skipped: ':heavy_minus_sign:'
default: ':interrobang:'
1 change: 0 additions & 1 deletion .github/workflows/slack_notification_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
matrix: ${{ toJson(matrix) }}
config: ".github/config/slack.yml"

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

0 comments on commit 0cbda93

Please sign in to comment.