File tree Expand file tree Collapse file tree 1 file changed +1
-45
lines changed Expand file tree Collapse file tree 1 file changed +1
-45
lines changed Original file line number Diff line number Diff line change 65
65
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
66
66
67
67
with :
68
- # payload-file-path: "./payload-slack-content.json"
69
- # payload-file-path-parsed: false
70
- payload : |
71
- {
72
- "attachments": [
73
- {
74
- "color": "${{ env.PULL_REQUEST_JOB_STATUS_COLOR }}",
75
- "fallback": "test",
76
- "blocks": [
77
- {
78
- "type": "header",
79
- "text": {
80
- "type": "plain_text",
81
- "text": ":looker: Looker Github Action :github: - Weekly Update",
82
- "emoji": true
83
- }
84
- },
85
- {
86
- "type": "divider"
87
- },
88
- {
89
- "type": "section",
90
- "text": {
91
- "type": "plain_text",
92
- "text": "Status: ${{ env.PULL_REQUEST_JOB_STATUS }}\n Commit: ${{ env.PULL_REQUEST_COMMIT_URL }}",
93
- "emoji": true
94
- }
95
- },
96
- {
97
- "type": "divider"
98
- },
99
- {
100
- "type": "context",
101
- "elements": [
102
- {
103
- "type": "mrkdwn",
104
- "text": ":testops-notify: created by <www.go.com|Mobile Test Engineering>"
105
- }
106
- ]
107
- }
108
- ]
109
- }
110
- ]
111
- }
112
-
68
+ payload-file-path : " ./payload-slack-content.json"
You can’t perform that action at this time.
0 commit comments