File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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" ]
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments