Skip to content

Commit e10fbf5

Browse files
committed
Delete json auto tfvars
1 parent 18c7bb3 commit e10fbf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image/actions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ function create-auto-tfvars() {
422422

423423
function delete-auto-tfvars() {
424424
debug_cmd find "$INPUT_PATH" -regex '.*/zzzz-dflook-terraform-github-actions-[0-9]+.*\.auto\.tfvars' -print -delete || true
425+
debug_cmd find "$INPUT_PATH" -regex '.*/zzzz-dflook-terraform-github-actions-[0-9]+.*\.auto\.tfvars\.json' -print -delete || true
425426
}
426427

427428
function output() {

0 commit comments

Comments
 (0)