Skip to content

Commit ca2a613

Browse files
WVerlaekkylos101
authored andcommitted
Fix slack msg
1 parent 8a0e9c1 commit ca2a613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workspace-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
env:
104104
SLACK_WEBHOOK: ${{ steps.secrets.outputs.WORKSPACE_SLACK_WEBHOOK }}
105105
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"
107107

108108
infrastructure:
109109
needs: [ configuration ]
@@ -250,7 +250,7 @@ jobs:
250250
env:
251251
SLACK_WEBHOOK: ${{ steps.secrets.outputs.WORKSPACE_SLACK_WEBHOOK }}
252252
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 }})"
254254

255255
delete:
256256
name: Delete preview environment

0 commit comments

Comments
 (0)