Skip to content

Commit d88c8f2

Browse files
fix wrapper issue
1 parent ef276f9 commit d88c8f2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6789,6 +6789,7 @@ async function setup(){
67896789
core.addPath(path)
67906790
await addPermission()
67916791
const wrapper = core.getInput('use_wrapper') === 'true';
6792+
core.debug('use wrapper', wrapper)
67926793
if(wrapper){
67936794
core.debug('installing wrapper')
67946795
await installWrapper(path)

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async function setup(){
8787
core.addPath(path)
8888
await addPermission()
8989
const wrapper = core.getInput('use_wrapper') === 'true';
90+
core.debug('use wrapper', wrapper)
9091
if(wrapper){
9192
core.debug('installing wrapper')
9293
await installWrapper(path)

0 commit comments

Comments
 (0)