We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c821bd commit 46d7747Copy full SHA for 46d7747
.github/workflows/hq-smoke-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
- id: set-matrix-manual
44
if: ${{ github.event_name == 'workflow_dispatch' }}
45
run: |
46
- echo "::set-output name=matrix::{\"environment\": [\"production\", \"staging\", \"india\"]}"
+ echo "::set-output name=matrix::{\"environment\":[\"${{ inputs.environment }}\"]}"
47
- id: set-matrix-default
48
if: ${{ github.event_name != 'repository_dispatch' }}
49
@@ -382,4 +382,4 @@ jobs:
382
383
env:
384
SLACK_WEBHOOK_URL: ${{ steps.configure_slack.outputs.result }}
385
- SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
+ SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
0 commit comments