6666 id : wfb
6767 uses : ./
6868 with :
69+ errors : true
6970 webhook : ${{ secrets.SLACK_WEBHOOK_TRIGGER }}
7071 webhook-type : webhook-trigger
7172 payload : |
8283 id : message
8384 uses : ./
8485 with :
86+ errors : true
8587 method : chat.postMessage
8688 token : ${{ secrets.SLACK_BOT_TOKEN }}
8789 payload : |
9597 id : blocks
9698 uses : ./
9799 with :
100+ errors : true
98101 method : chat.postMessage
99102 token : ${{ secrets.SLACK_BOT_TOKEN }}
100103 payload : |
@@ -114,6 +117,7 @@ jobs:
114117 id : timer
115118 uses : ./
116119 with :
120+ errors : true
117121 method : chat.postMessage
118122 token : ${{ secrets.SLACK_BOT_TOKEN }}
119123 payload : |
@@ -131,6 +135,7 @@ jobs:
131135 id : finished
132136 uses : ./
133137 with :
138+ errors : true
134139 method : chat.update
135140 token : ${{ secrets.SLACK_BOT_TOKEN }}
136141 payload : |
@@ -148,6 +153,7 @@ jobs:
148153 id : done
149154 uses : ./
150155 with :
156+ errors : true
151157 method : chat.postMessage
152158 token : ${{ secrets.SLACK_BOT_TOKEN }}
153159 payload : |
@@ -159,6 +165,7 @@ jobs:
159165 id : file
160166 uses : ./
161167 with :
168+ errors : true
162169 method : files.uploadV2
163170 token : ${{ secrets.SLACK_BOT_TOKEN }}
164171 payload : |
@@ -170,6 +177,7 @@ jobs:
170177 - name : " integration(method): react to the completed update message"
171178 uses : ./
172179 with :
180+ errors : true
173181 method : reactions.add
174182 token : ${{ secrets.SLACK_BOT_TOKEN }}
175183 payload : |
@@ -184,6 +192,7 @@ jobs:
184192 id : incoming
185193 uses : ./
186194 with :
195+ errors : true
187196 webhook : ${{ secrets.SLACK_INCOMING_WEBHOOK }}
188197 webhook-type : incoming-webhook
189198 payload : |
@@ -207,6 +216,7 @@ jobs:
207216 id : payload_file
208217 uses : ./
209218 with :
219+ errors : true
210220 payload-file-path : ./.github/resources/.slack/incoming-webhook.json
211221 payload-templated : true
212222 webhook : ${{ secrets.SLACK_INCOMING_WEBHOOK }}
0 commit comments