Skip to content

Commit

Permalink
fix: added tpl file to monitored (#269)
Browse files Browse the repository at this point in the history
* fix: added tpl file to monitored

* fix: added yaml to monitored files
  • Loading branch information
smercerdrest authored Jul 12, 2023
1 parent 67e89e5 commit 76a1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, .yaml, .yml, .terraform.lock.hcl'
outputs:
modules:
description: An array of paths to Terraform modules.
Expand Down

0 comments on commit 76a1fdc

Please sign in to comment.