Skip to content

Commit 347da63

Browse files
committed
fix
1 parent 949c99f commit 347da63

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/default_completed.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,4 @@ jobs:
3131
with:
3232
slack_token: ${{ secrets.SLACK_TOKEN }}
3333
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-
34+
message: test

0 commit comments

Comments
 (0)