This commit is contained in:
platane
2020-07-20 09:53:32 +02:00
parent b0a6d2e94f
commit a9347ab75c
2 changed files with 11 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ import { generateContributionSnake } from "./generateContributionSnake";
console.log({ userName, gifOutPath }, buffer.length);
fs.writeFileSync(gifOutPath, buffer);
console.log(`::set-output name=gif_out_path::${gifOutPath}`);
} catch (e) {
core.setFailed(`Action failed with "${e.message}"`);
}