Skip to content
This repository was archived by the owner on Jan 3, 2022. It is now read-only.

Commit a315c3a

Browse files
committed
Fix
1 parent 5530854 commit a315c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ async function run() {
1313
reject(err);
1414
return;
1515
}
16-
core.info("Base64 encode successful of"+filePath)
16+
core.info("Base64 encode successful of"+filePath);
17+
core.setSecret(base64String);
1718
core.setOutput('base64', base64String);
1819
resolve();
1920
});

0 commit comments

Comments
 (0)