Merge pull request #97 from svc-design/codex/fix-unrecognized-named-value-in-workflow

Restore matrix-based multi-cloud baseline dispatch
This commit is contained in:
shenlan 2025-09-29 22:36:41 +08:00 committed by GitHub
commit e6aacd653f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ jobs:
workflow: iac-pipeline-aws-landingzone-baseline.yaml
- provider: Vultr
workflow: iac-pipeline-vultr-landingzone-baseline.yaml
if: inputs.target_cloud_provider == matrix.provider
uses: ./.github/workflows/${{ matrix.workflow }}
with:
deploy_action: ${{ inputs.deploy_action }}