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 64eeb40 commit 291f322Copy full SHA for 291f322
index.js
@@ -19,7 +19,7 @@ async function run() {
19
const tempFile = Buffer.from(encodedString, 'base64');
20
21
if (tempFile.length == 0)
22
- core.setFailed('Temporary file value is not set');
+ core.setFailed('encodedString value is not set');
23
24
fse.outputFile(fileName, tempFile, (err) => {
25
if (err) throw err;
0 commit comments