File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "platane"
44
55runs :
66 using : docker
7- image : docker://platane/snk@sha256:b7835a30ad60660a0c3e1f669187932a7e098fe4949ed7df4ec3beb56c2cfb9f
7+ image : docker://platane/snk@sha256:1c8a0b51a75ad8cf36b7defddd2187bdbb92bbbb5521a9e6cc5df795b00fc590
88
99inputs :
1010 github_user_name :
Original file line number Diff line number Diff line change 11{
22 "name" : " snk" ,
33 "description" : " Generates a snake game from a github user contributions grid" ,
4- "version" : " 3.1 .0" ,
4+ "version" : " 3.2 .0" ,
55 "private" : true ,
66 "repository" : " github:platane/snk" ,
77 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -3074,7 +3074,7 @@ const parseEntry = (entry) => {
30743074 core . getInput ( "gif_out_path" ) ,
30753075 core . getInput ( "svg_out_path" ) ,
30763076 ] ) ;
3077- const githubToken = process . env . GITHUB_TOKEN ;
3077+ const githubToken = process . env . GITHUB_TOKEN ?? core . getInput ( "github_token" ) ;
30783078 const { generateContributionSnake } = await __nccwpck_require__ . e ( /* import() */ 407 ) . then ( __nccwpck_require__ . bind ( __nccwpck_require__ , 407 ) ) ;
30793079 const results = await generateContributionSnake ( userName , outputs , {
30803080 githubToken,
You can’t perform that action at this time.
0 commit comments