File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 88 required : true
99 default : ' PLACEHOLDER'
1010
11- env :
12- emoji_start : " :flight_departure:" # 🛫
13- emoji_info : " :information_source:" # ℹ️
14-
1511concurrency :
1612 group : ${{ github.workflow }}-${{ github.event.inputs.app-version }}
1713 cancel-in-progress : true
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
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
You can’t perform that action at this time.
0 commit comments