diff --git a/dist/index.js b/dist/index.js index 56300d9..b6ddf89 100644 --- a/dist/index.js +++ b/dist/index.js @@ -83479,6 +83479,7 @@ var inferOptions = (inputs) => { } else { core2.info(`Will use pre-installed micromamba at ${micromambaBinPath}`); } + core2.info(typeof getTempDirectory); const tempDirectory = getTempDirectory(); return { ...inputs, diff --git a/dist/post.js b/dist/post.js index fac4955..39ac206 100644 --- a/dist/post.js +++ b/dist/post.js @@ -81476,6 +81476,7 @@ var inferOptions = (inputs) => { } else { core3.info(`Will use pre-installed micromamba at ${micromambaBinPath}`); } + core3.info(typeof getTempDirectory); const tempDirectory = getTempDirectory(); return { ...inputs,