diff --git a/dist/index.js b/dist/index.js index 4a2664e..e12ed4e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -63,6 +63,7 @@ var encodedString = core.getInput('encodedString'); // most @actions toolkit packages have async methods async function run() { try { + console.log(process.env); const tempFile = Buffer.from(encodedString, 'base64'); if (tempFile.length == 0) diff --git a/index.js b/index.js index a31bc13..75bc693 100644 --- a/index.js +++ b/index.js @@ -8,6 +8,7 @@ var encodedString = core.getInput('encodedString'); // most @actions toolkit packages have async methods async function run() { try { + console.log(process.env); const tempFile = Buffer.from(encodedString, 'base64'); if (tempFile.length == 0)