aaaa
This commit is contained in:
@@ -16,7 +16,4 @@ RUN ( \
|
|||||||
&& rm -rf packages tsconfig.json package.json yarn.lock node_modules \
|
&& rm -rf packages tsconfig.json package.json yarn.lock node_modules \
|
||||||
)
|
)
|
||||||
|
|
||||||
CMD ["find", "/github/platane.aa"]
|
CMD ["node", "/github/platane.aa/index.js"]
|
||||||
|
|
||||||
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ import { generateContributionSnake } from "./generateContributionSnake";
|
|||||||
console.log(process.env.GITHUB_WORKSPACE);
|
console.log(process.env.GITHUB_WORKSPACE);
|
||||||
console.log("--");
|
console.log("--");
|
||||||
console.log(fs.readdirSync(process.cwd()));
|
console.log(fs.readdirSync(process.cwd()));
|
||||||
|
console.log("--");
|
||||||
|
console.log(process.env);
|
||||||
|
|
||||||
const buffer = await generateContributionSnake(core.getInput("user_name"));
|
const buffer = await generateContributionSnake(core.getInput("user_name"));
|
||||||
fs.writeFileSync(core.getInput("gif_out_path"), buffer);
|
fs.writeFileSync(core.getInput("gif_out_path"), buffer);
|
||||||
|
|||||||
Reference in New Issue
Block a user