From fa12a5133f3ca161d3e36f0a582a0490aa59e0f1 Mon Sep 17 00:00:00 2001 From: Manuel Coppotelli Date: Thu, 13 Apr 2023 11:09:02 +0200 Subject: [PATCH] fix: Rely on environment input instead of fixed matrices (#9) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aa92070..56f84c7 100644 --- a/action.yml +++ b/action.yml @@ -78,4 +78,4 @@ runs: export ARM_SUBSCRIPTION_ID="${{ inputs.subscription-id }}" export ARM_USE_OIDC=true - bash ./terraform.sh apply ${{ matrix.environment }} -auto-approve + bash ./terraform.sh apply ${{ inputs.environment }} -auto-approve