Skip to content

Commit 9142535

Browse files
Fixed deprecated flag
1 parent 07ee39d commit 9142535

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/terragrunt_apply/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ runs:
2323
shell: bash
2424
- name: Terragrunt Apply
2525
run: |
26-
terragrunt run-all apply \
27-
--terragrunt-non-interactive
26+
terragrunt run-all apply --non-interactive
2827
working-directory: ${{ inputs.working_directory }}
2928
shell: bash
3029
- name: Notify about failures

0 commit comments

Comments
 (0)