Skip to content

Commit

Permalink
fix: Rely on environment input instead of fixed matrices (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelcoppotelli authored Apr 13, 2023
1 parent f44f858 commit fa12a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa12a51

Please sign in to comment.