Skip to content

Commit 15d539c

Browse files
committed
test again
1 parent 347da63 commit 15d539c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/default_completed.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,17 @@ jobs:
3131
with:
3232
slack_token: ${{ secrets.SLACK_TOKEN }}
3333
channel_id: ${{ secrets.SLACK_ADDONS_PRODUCTION_CHANNEL }}
34-
message: test
34+
message: |
35+
*Workflow*
36+
event: ${{ env.event_text }}
37+
url: ${{ github.event.workflow_run.url }}
38+
conclusion: ${{ github.event.workflow_run.conclusion }}
39+
40+
*Commit*
41+
sha: ${{ github.event.workflow_run.head_commit.id }}
42+
message: ${{ github.event.workflow_run.head_commit.message }}
43+
author: ${{ github.event.workflow_run.head_commit.author.name }}
44+
date: ${{ github.event.workflow_run.head_commit.timestamp }}
45+
46+
${{ github.event.workflow_run.conclusion == 'failure' && env.retry_text || '' }}
47+

0 commit comments

Comments
 (0)