Skip to content

Commit 46d7747

Browse files
authored
Update hq-smoke-tests.yml
condition updated
1 parent 1c821bd commit 46d7747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hq-smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- id: set-matrix-manual
4444
if: ${{ github.event_name == 'workflow_dispatch' }}
4545
run: |
46-
echo "::set-output name=matrix::{\"environment\": [\"production\", \"staging\", \"india\"]}"
46+
echo "::set-output name=matrix::{\"environment\":[\"${{ inputs.environment }}\"]}"
4747
- id: set-matrix-default
4848
if: ${{ github.event_name != 'repository_dispatch' }}
4949
run: |
@@ -382,4 +382,4 @@ jobs:
382382
383383
env:
384384
SLACK_WEBHOOK_URL: ${{ steps.configure_slack.outputs.result }}
385-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
385+
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 commit comments

Comments
 (0)