-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
* Target module callers when module is changed * Put the new behavior behind the flag * Don't install when disabled * Pin to the stable version * Rename to update_local_path_module_caller and disable by default * Call getInput in main * Declare Golang dependency * Detect go bin path * Move to the right place since it depends on global-config * last slash not needed * style: format by prettier * fix(list-module-caller): specify the install path of terraform-config-inspect * fix(list-targets): fix typo * fix(list-targets): change the install path of terraform-config-inspect to a temporal directory It seems that action can't refer files on other actions * fix: stop installing terraform-config-inspect You have to install terraform-config-inspect yourself * fix: remove an input terraform_config_inspect_path * Use jest --------- Co-authored-by: Shunsuke Suzuki <[email protected]> Co-authored-by: Shunsuke Suzuki <[email protected]>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20.11.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: List module callers | ||
description: List module's callers | ||
inputs: | ||
config_files: | ||
description: "config file paths" | ||
required: true | ||
module_files: | ||
description: "module file paths" | ||
required: true | ||
outputs: | ||
file: | ||
description: A json to list module callers | ||
runs: | ||
using: "node20" | ||
main: "dist/index.js" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.