Skip to content

Commit 291f322

Browse files
authored
make input error more descriptive
1 parent 64eeb40 commit 291f322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function run() {
1919
const tempFile = Buffer.from(encodedString, 'base64');
2020

2121
if (tempFile.length == 0)
22-
core.setFailed('Temporary file value is not set');
22+
core.setFailed('encodedString value is not set');
2323

2424
fse.outputFile(fileName, tempFile, (err) => {
2525
if (err) throw err;

0 commit comments

Comments
 (0)