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 c141b60 commit d455bb4Copy full SHA for d455bb4
index.js
@@ -13,7 +13,7 @@ async function run() {
13
if (tempFile.length == 0)
14
core.setFailed('Certificate value is not set');
15
16
- await fs.writeFile(fileName, tempFile);
+ fs.writeFile(fileName, tempFile);
17
18
core.setOutput('filePath', fileName);
19
}
0 commit comments