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 77cad41 commit 4d059d8Copy full SHA for 4d059d8
.github/workflows/deploy-storybook.yml
@@ -64,7 +64,7 @@ jobs:
64
SLACK_ICON_EMOJI: ':books:'
65
SLACK_USERNAME: mx-sdk-dapp-ui
66
SLACK_TITLE: 'Storybook'
67
- SLACK_MESSAGE: 'Successfully deployed to: https://${{ secrets.AWS_S3_BUCKET }}'
+ SLACK_MESSAGE: 'Successfully deployed to https://${{ secrets.AWS_S3_BUCKET }}'
68
SLACK_COLOR: 'good'
69
SLACK_FOOTER: 'Deployed from branch: ${{ github.ref_name }}'
70
MSG_MINIMAL: false
0 commit comments