From 9142535f1fe5bef90e799da877b23f462aa8b890 Mon Sep 17 00:00:00 2001 From: Nikola Petrovic Date: Mon, 22 Sep 2025 14:50:10 +0200 Subject: [PATCH] Fixed deprecated flag --- .github/actions/terragrunt_apply/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/terragrunt_apply/action.yaml b/.github/actions/terragrunt_apply/action.yaml index 3628532..0ff11ba 100644 --- a/.github/actions/terragrunt_apply/action.yaml +++ b/.github/actions/terragrunt_apply/action.yaml @@ -23,8 +23,7 @@ runs: shell: bash - name: Terragrunt Apply run: | - terragrunt run-all apply \ - --terragrunt-non-interactive + terragrunt run-all apply --non-interactive working-directory: ${{ inputs.working_directory }} shell: bash - name: Notify about failures