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.
2 parents 64eeb40 + 291f322 commit f50b750Copy full SHA for f50b750
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