Skip to content

Commit 8d0e47c

Browse files
committed
Add test number to message
1 parent fdb954e commit 8d0e47c

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
2121
slack-channel: C036UR31LTD
2222
slack-text: |
23-
:hourglass: Build status: Building...
23+
Test 10 -
24+
hourglass: Build status: Building...
2425
2526
Please wait 😁
2627

.github/workflows/11-slack-message-blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
"type": "section",
2525
"text": {
2626
"type": "mrkdwn",
27-
"text": "Building repo *product-service*"
27+
"text": "Test 11 - Building repo *product-service*"
2828
}
2929
},
3030
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
"type": "section",
2525
"text": {
2626
"type": "mrkdwn",
27-
"text": "Building... *please wait*"
27+
"text": "Test 12 - Building... *please wait*"
2828
}
2929
}
3030
]

.github/workflows/13-slack-message-blocks-backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
"type": "section",
2626
"text": {
2727
"type": "mrkdwn",
28-
"text": "TEST *TEST*"
28+
"text": "Test 13 - *TEST*"
2929
}
3030
},
3131
{

0 commit comments

Comments
 (0)