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 68b99eb commit a282363Copy full SHA for a282363
.github/workflows/sa-workflows.yml
@@ -53,7 +53,7 @@ jobs:
53
- id: set-matrix-deploy
54
if: ${{ github.event_name == 'repository_dispatch' }}
55
run: |
56
- echo "::set-output name=matrix::{\"environment\": [\"banner\", \"securevoteu\", \"secure\"]}"
+ echo "::set-output name=matrix::{\"environment\": [\"${{ github.event.client_payload.environment }}\"]}"
57
- id: set-matrix-default
58
if: ${{ !contains(github.event_name , 'dispatch') }}
59
0 commit comments