Skip to content

Commit a282363

Browse files
authored
Update sa-workflows.yml
updated matrix
1 parent 68b99eb commit a282363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sa-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- id: set-matrix-deploy
5454
if: ${{ github.event_name == 'repository_dispatch' }}
5555
run: |
56-
echo "::set-output name=matrix::{\"environment\": [\"banner\", \"securevoteu\", \"secure\"]}"
56+
echo "::set-output name=matrix::{\"environment\": [\"${{ github.event.client_payload.environment }}\"]}"
5757
- id: set-matrix-default
5858
if: ${{ !contains(github.event_name , 'dispatch') }}
5959
run: |

0 commit comments

Comments
 (0)