File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments