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