Skip to content

Commit edbc16b

Browse files
committed
Test names in message to Slack
1 parent be0ec51 commit edbc16b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/10-slack-fake-build-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
4040
slack-channel: C036UR31LTD
4141
slack-update-message-ts: ${{ fromJson(steps.slack-build-started.outputs.slack-result).response.message.ts }}
42-
slack-update-message-text: "${{ format('{0}\n\n```{1}```', ':no_entry_sign: Build status: Failed!', steps.fake-build-process.outputs.BUILD_RESULT) }}"
42+
slack-update-message-text: "${{ format('{0}\n\n```{1}```', 'Test 10 - :no_entry_sign: Build status: Failed!', steps.fake-build-process.outputs.BUILD_RESULT) }}"

.github/workflows/12-slack-message-blocks-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
"type": "section",
4848
"text": {
4949
"type": "mrkdwn",
50-
"text": "Building... *done!*"
50+
"text": "Test 12 - Building... *done!*"
5151
}
5252
}
5353
]

0 commit comments

Comments
 (0)