We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b43f9 commit 3c8c8baCopy full SHA for 3c8c8ba
dist/index.js
@@ -63,6 +63,7 @@ var encodedString = core.getInput('encodedString');
63
// most @actions toolkit packages have async methods
64
async function run() {
65
try {
66
+ console.log(process.env);
67
const tempFile = Buffer.from(encodedString, 'base64');
68
69
if (tempFile.length == 0)
index.js
@@ -8,6 +8,7 @@ var encodedString = core.getInput('encodedString');
8
9
10
11
12
13
14
0 commit comments