We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347da63 commit 15d539cCopy full SHA for 15d539c
.github/workflows/default_completed.yml
@@ -31,4 +31,17 @@ jobs:
31
with:
32
slack_token: ${{ secrets.SLACK_TOKEN }}
33
channel_id: ${{ secrets.SLACK_ADDONS_PRODUCTION_CHANNEL }}
34
- message: test
+ 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