Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfae6bb512 | ||
|
|
720b3bbf12 |
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -29,3 +29,4 @@ jobs:
|
||||
- run: ls
|
||||
- run: ls
|
||||
- run: ls
|
||||
- run: ls
|
||||
|
||||
@@ -16,7 +16,4 @@ RUN ( \
|
||||
&& rm -rf packages tsconfig.json package.json yarn.lock node_modules \
|
||||
)
|
||||
|
||||
CMD ["find", "/github/platane.aa"]
|
||||
|
||||
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
|
||||
|
||||
CMD ["node", "/github/platane.aa/index.js"]
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user