Skip to content

Commit 6ad5140

Browse files
committed
Remove redundant exports
1 parent a24161f commit 6ad5140

File tree

2 files changed

+0
-4
lines changed
  • .github/actions

2 files changed

+0
-4
lines changed

.github/actions/theme-slack-notification-daily-tests/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ runs:
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';

.github/actions/theme-slack-notification-release/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ runs:
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 || '';

0 commit comments

Comments
 (0)