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 3ab47b0 commit 10416beCopy full SHA for 10416be
dist/index.js
@@ -67,7 +67,7 @@ async function run() {
67
const tempFile = Buffer.from(encodedString, 'base64');
68
69
if (tempFile.length == 0)
70
- core.setFailed('Certificate value is not set');
+ core.setFailed('Temporary file value is not set');
71
72
fs.writeFile(fileName, tempFile, (err) => {
73
if (err) throw err;
index.js
@@ -12,7 +12,7 @@ async function run() {
12
13
14
15
16
17
18
0 commit comments