From 0798b2b86c4614df0277a6e6ad706afde1478b09 Mon Sep 17 00:00:00 2001 From: Steve Mercer Date: Wed, 12 Jul 2023 14:48:50 +0100 Subject: [PATCH 1/2] chore: added tpl file to monitored --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9edc936..bf1f2b0 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: monitored: description: List of file extensions or base file names to monitor required: false - default: '.tf, .terraform.lock.hcl' + default: '.tf, .tpl, .terraform.lock.hcl' outputs: modules: description: An array of paths to Terraform modules. From 1d84f06c458ddfce7c4b6570e226c7912f0827fd Mon Sep 17 00:00:00 2001 From: Steve Mercer Date: Wed, 12 Jul 2023 15:54:19 +0100 Subject: [PATCH 2/2] chore: added yaml to monitored files --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bf1f2b0..beee580 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: monitored: description: List of file extensions or base file names to monitor required: false - default: '.tf, .tpl, .terraform.lock.hcl' + default: '.tf, .tpl, .yaml, .yml, .terraform.lock.hcl' outputs: modules: description: An array of paths to Terraform modules.