This commit is contained in:
platane
2020-07-20 09:30:49 +02:00
parent 720b3bbf12
commit cfae6bb512
2 changed files with 3 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ import { generateContributionSnake } from "./generateContributionSnake";
console.log(process.env.GITHUB_WORKSPACE);
console.log("--");
console.log(fs.readdirSync(process.cwd()));
console.log("--");
console.log(process.env);
const buffer = await generateContributionSnake(core.getInput("user_name"));
fs.writeFileSync(core.getInput("gif_out_path"), buffer);