Skip to content

Commit 281e9e6

Browse files
committed
Clarify cherry-pick supersede message
1 parent 47e5220 commit 281e9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cherryPick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
channel: '#deployer',
5959
attachments: [{
6060
color: 'warning',
61-
text: `⚠️ ${{ inputs.TARGET == 'production' && 'Production' || 'Staging' }} <${{ steps.checkInProgressDeploy.outputs.DEPLOY_RUN_URL }}|deploy> cancelled`
61+
text: `⚠️ ${{ inputs.TARGET == 'production' && 'Production' || 'Staging' }} <${{ steps.checkInProgressDeploy.outputs.DEPLOY_RUN_URL }}|deploy> cancelled by new cherry-pick`
6262
}]
6363
}
6464
env:

0 commit comments

Comments
 (0)