Skip to content

Commit 2c5b671

Browse files
committed
fix(ci): fix slack message format with color
1 parent fab5c2c commit 2c5b671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
webhook-type: incoming-webhook
319319
payload: |
320320
attachments:
321-
- color: "${{ steps.slack_color.outputs.color }}"
321+
- color: ${{ steps.slack_color.outputs.color }}
322322
blocks:
323323
- type: "section"
324324
text:

0 commit comments

Comments
 (0)