Skip to content

Commit c6b579f

Browse files
committed
chore: remove -auto-approve from terragrunt apply command
1 parent 78a5bb9 commit c6b579f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: gruntwork-io/terragrunt-action@v3
4747
with:
4848
tg_dir: ${{ env.working_dir }}
49-
tg_command: apply -auto-approve
49+
tg_command: apply
5050

5151
# - name: Get bucket name
5252
# uses: gruntwork-io/terragrunt-action@v3

0 commit comments

Comments
 (0)