We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e5220 commit 281e9e6Copy full SHA for 281e9e6
1 file changed
.github/workflows/cherryPick.yml
@@ -58,7 +58,7 @@ jobs:
58
channel: '#deployer',
59
attachments: [{
60
color: 'warning',
61
- text: `⚠️ ${{ inputs.TARGET == 'production' && 'Production' || 'Staging' }} <${{ steps.checkInProgressDeploy.outputs.DEPLOY_RUN_URL }}|deploy> cancelled`
+ text: `⚠️ ${{ inputs.TARGET == 'production' && 'Production' || 'Staging' }} <${{ steps.checkInProgressDeploy.outputs.DEPLOY_RUN_URL }}|deploy> cancelled by new cherry-pick`
62
}]
63
}
64
env:
0 commit comments