We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85c326 commit 552cec2Copy full SHA for 552cec2
2 files changed
dist/index.js
@@ -6788,7 +6788,7 @@ async function setup(){
6788
6789
core.addPath(path)
6790
await addPermission()
6791
- const wrapper = core.getInput('terraform_wrapper') === 'true';
+ const wrapper = core.getInput('use_wrapper') === 'true';
6792
if(wrapper){
6793
await installWrapper()
6794
}
index.js
@@ -86,7 +86,7 @@ async function setup(){
86
87
88
89
90
91
92
0 commit comments