Skip to content

Commit 2e4792f

Browse files
committed
pass emoki properly
1 parent 932adb8 commit 2e4792f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test_workflow.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
required: true
99
default: 'PLACEHOLDER'
1010

11-
env:
12-
emoji_start: ":flight_departure:" # 🛫
13-
emoji_info: ":information_source:" # ℹ️
14-
1511
concurrency:
1612
group: ${{ github.workflow }}-${{ github.event.inputs.app-version }}
1713
cancel-in-progress: true
@@ -21,7 +17,7 @@ jobs:
2117
name: 'Step 1: Notify Mattermost of Release start'
2218
uses: ./.github/workflows/notify_mattermost.yml
2319
with:
24-
mattermost-message: ${{env.emoji_start}} Starting release process for version ${{ github.event.inputs.app-version }}
20+
mattermost-message: ':flight_departure:' Starting release process for version ${{ github.event.inputs.app-version }}
2521
mattermost-channel-name: ${{ vars.MM_TEST_NOTIFY_CHANNEL }}
2622
secrets: inherit
2723

@@ -39,6 +35,6 @@ jobs:
3935
uses: ./.github/workflows/notify_mattermost.yml
4036
needs: run_release_tests
4137
with:
42-
mattermost-message: ${{env.emoji_end}} Release ${{ github.event.inputs.app-version }} completed successfully and is now in review.
38+
mattermost-message: ':white_check_mark:' Release ${{ github.event.inputs.app-version }} completed successfully and is now in review.
4339
mattermost-channel-name: ${{ vars.MM_TEST_NOTIFY_CHANNEL }}
4440
secrets: inherit

0 commit comments

Comments
 (0)