Skip to content

Commit 62a2f6d

Browse files
committed
standard emoji
1 parent 2e4792f commit 62a2f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: 'Step 1: Notify Mattermost of Release start'
1818
uses: ./.github/workflows/notify_mattermost.yml
1919
with:
20-
mattermost-message: ':flight_departure:' 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 }}"
2121
mattermost-channel-name: ${{ vars.MM_TEST_NOTIFY_CHANNEL }}
2222
secrets: inherit
2323

@@ -35,6 +35,6 @@ jobs:
3535
uses: ./.github/workflows/notify_mattermost.yml
3636
needs: run_release_tests
3737
with:
38-
mattermost-message: ':white_check_mark:' 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."
3939
mattermost-channel-name: ${{ vars.MM_TEST_NOTIFY_CHANNEL }}
4040
secrets: inherit

0 commit comments

Comments
 (0)