Skip to content

Commit 5ece684

Browse files
committed
update env
1 parent d8abc3b commit 5ece684

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/terraform-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- name: Libre DevOps - Run Terraform for Azure
4747
uses: libre-devops/terraform-azure-docker-gh-action@v0.1
4848
with:
49-
terraform-code-location: ${{ inputs.terraform-code-location }}
50-
terraform-stack-to-run-json: ${{ inputs.terraform-stack-to-run }}
51-
terraform-workspace: ${{ inputs.terraform-workspace }}
52-
debug-mode: ${{ inputs.debug-mode }}
53-
terraform-init-extra-args-json: ${{ vars.terraform-init-extra-args-json }}
49+
terraform-code-location: ${{ github.event.inputs.terraform-code-location }}
50+
terraform-stack-to-run-json: ${{ github.event.inputs.terraform-stack-to-run-json }}
51+
terraform-workspace: ${{ github.event.inputs.terraform-workspace }}
52+
debug-mode: ${{ github.event.inputs.debug-mode }}
53+
terraform-init-extra-args-json: ${{ env.terraform-init-extra-args-json }}
5454
env:
5555
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
5656
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)