File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
theme-slack-notification-daily-tests
theme-slack-notification-release Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2222 WORKFLOW_URL : ${{ inputs.WORKFLOW_URL }}
2323 SLACK_CHANNEL : ${{ inputs.SLACK_CHANNEL }}
2424 run : |
25- export CLOUD_SLACK_BOT_TOKEN WORKFLOW_URL SLACK_CHANNEL
26-
2725 node << 'NODE_SCRIPT'
2826 const workflowUrl = process.env.WORKFLOW_URL || '';
2927 const slackChannel = process.env.SLACK_CHANNEL || '#tmz-alerts';
Original file line number Diff line number Diff line change 6666 GITHUB_RELEASE_URL : ${{ inputs.GITHUB_RELEASE_URL }}
6767 BUILD_ZIP_PATH : ${{ inputs.BUILD_ZIP_PATH }}
6868 run : |
69- export CLOUD_SLACK_BOT_TOKEN SLACK_CHANNEL PACKAGE_VERSION FILE_SIZE_MB DEPLOYMENT_MESSAGE GITHUB_RELEASE_URL BUILD_ZIP_PATH
70-
7169 node << 'NODE_SCRIPT'
7270 const slackChannel = process.env.SLACK_CHANNEL || '#tmz-hello-delivery';
7371 const packageVersion = process.env.PACKAGE_VERSION || '';
You can’t perform that action at this time.
0 commit comments