File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
env :
104
104
SLACK_WEBHOOK : ${{ steps.secrets.outputs.WORKSPACE_SLACK_WEBHOOK }}
105
105
SLACK_COLOR : ${{ job.status }}
106
- SLACK_MESSAGE : " Workspace Integration Tests failed (used mk2: ${{ github.event.inputs.wsman_mk2 }}) "
106
+ SLACK_MESSAGE : " Workspace Integration Tests failed"
107
107
108
108
infrastructure :
109
109
needs : [ configuration ]
@@ -250,7 +250,7 @@ jobs:
250
250
env :
251
251
SLACK_WEBHOOK : ${{ steps.secrets.outputs.WORKSPACE_SLACK_WEBHOOK }}
252
252
SLACK_COLOR : ${{ job.status }}
253
- SLACK_MESSAGE : ${{ steps.test_summary.outputs.passed }}/${{ steps.test_summary.outputs.total }} tests passed
253
+ SLACK_MESSAGE : " ${{ steps.test_summary.outputs.passed }}/${{ steps.test_summary.outputs.total }} tests passed (mk2: ${{ github.event.inputs.wsman_mk2 }}) "
254
254
255
255
delete :
256
256
name : Delete preview environment
You can’t perform that action at this time.
0 commit comments