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 3a7050f commit 3b9fb48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/config/slack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
username: GitHub-CI
icon_url: https://octodex.github.com/images/mona-the-rivetertocat.png

pretext: Triggered via {{eventName}} by {{actor}} {{or action "action"}} {{ref}} `{{diffRef}}`
pretext: Triggered via {{eventName}} by123 {{actor}} {{or action "action"}} {{ref}} `{{diffRef}}`
title: GitHub Actions
title_link: https://support.github.com

Expand All @@ -21,10 +21,10 @@ fallback: |-
fields:
- title: Job Steps
value: "{{#each jobSteps}}{{icon this.outcome}} {{@key}}\n{{/each}}"
short: true
short: false
- title: Job Matrix
value: "{{#each jobMatrix}}{{@key}}: {{this}}\n{{/each}}"
short: true
short: false
- title: Workflow
value: "<{{workflowUrl}}|{{workflow}}>"
short: true
Expand All @@ -39,7 +39,7 @@ fields:
value: "{{runNumber}}"
short: true
- title: Actor
value: "123"
value: "{{actor}}"
short: true
- title: Job Status
value: "{{jobStatus}}"
Expand Down

0 comments on commit 3b9fb48

Please sign in to comment.