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 949c99f commit 347da63Copy full SHA for 347da63
.github/workflows/default_completed.yml
@@ -31,17 +31,4 @@ jobs:
31
with:
32
slack_token: ${{ secrets.SLACK_TOKEN }}
33
channel_id: ${{ secrets.SLACK_ADDONS_PRODUCTION_CHANNEL }}
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
+ message: test
0 commit comments