Skip to content

Commit cfae6bb

Browse files
committed
aaaa
1 parent 720b3bb commit cfae6bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ RUN ( \
1616
&& rm -rf packages tsconfig.json package.json yarn.lock node_modules \
1717
)
1818

19-
CMD ["find", "/github/platane.aa"]
20-
21-
# CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
22-
19+
CMD ["node", "/github/platane.aa/index.js"]

packages/action/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import { generateContributionSnake } from "./generateContributionSnake";
1818
console.log(process.env.GITHUB_WORKSPACE);
1919
console.log("--");
2020
console.log(fs.readdirSync(process.cwd()));
21+
console.log("--");
22+
console.log(process.env);
2123

2224
const buffer = await generateContributionSnake(core.getInput("user_name"));
2325
fs.writeFileSync(core.getInput("gif_out_path"), buffer);

0 commit comments

Comments
 (0)