Skip to content

Commit

Permalink
Merge branch 'ninovanhooff-ninovanhooff-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed May 17, 2023
2 parents 64eeb40 + 291f322 commit f50b750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function run() {
const tempFile = Buffer.from(encodedString, 'base64');

if (tempFile.length == 0)
core.setFailed('Temporary file value is not set');
core.setFailed('encodedString value is not set');

fse.outputFile(fileName, tempFile, (err) => {
if (err) throw err;
Expand Down

0 comments on commit f50b750

Please sign in to comment.