Skip to content

Commit 304a2d0

Browse files
committed
Fix typo in terraform deploy action
Alos remove default value for 'dry_run' option.
1 parent 3b4afcb commit 304a2d0

File tree

1 file changed

+1
-2
lines changed
  • .github/workflows/actions/deploy-terraform-infrastructure

1 file changed

+1
-2
lines changed

.github/workflows/actions/deploy-terraform-infrastructure/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ description: |
33
Deploy the infrastructure of a Mithril network with terraform.
44
inputs:
55
dry_run:
6-
description: Dry run will apply the terraform infrastructure, just plan it.
6+
description: Dry run will not apply the terraform infrastructure, just plan it.
77
required: true
8-
default: "true"
98
terraform_backend_bucket:
109
description: terraform backend bucket used to store terraform state.
1110
required: true

0 commit comments

Comments
 (0)