Skip to content

Commit ef276f9

Browse files
fix wrapper issue
1 parent d12ff34 commit ef276f9

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
@@ -6790,6 +6790,7 @@ async function setup(){
67906790
await addPermission()
67916791
const wrapper = core.getInput('use_wrapper') === 'true';
67926792
if(wrapper){
6793+
core.debug('installing wrapper')
67936794
await installWrapper(path)
67946795
}
67956796
}

index.js

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

0 commit comments

Comments
 (0)