Skip to content

Commit 552cec2

Browse files
try to use wrapper
1 parent a85c326 commit 552cec2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6788,7 +6788,7 @@ async function setup(){
67886788

67896789
core.addPath(path)
67906790
await addPermission()
6791-
const wrapper = core.getInput('terraform_wrapper') === 'true';
6791+
const wrapper = core.getInput('use_wrapper') === 'true';
67926792
if(wrapper){
67936793
await installWrapper()
67946794
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function setup(){
8686

8787
core.addPath(path)
8888
await addPermission()
89-
const wrapper = core.getInput('terraform_wrapper') === 'true';
89+
const wrapper = core.getInput('use_wrapper') === 'true';
9090
if(wrapper){
9191
await installWrapper()
9292
}

0 commit comments

Comments
 (0)