File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "platane"
4
4
5
5
runs :
6
6
using : docker
7
- image : docker://platane/snk@sha256:b7835a30ad60660a0c3e1f669187932a7e098fe4949ed7df4ec3beb56c2cfb9f
7
+ image : docker://platane/snk@sha256:1c8a0b51a75ad8cf36b7defddd2187bdbb92bbbb5521a9e6cc5df795b00fc590
8
8
9
9
inputs :
10
10
github_user_name :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " snk" ,
3
3
"description" : " Generates a snake game from a github user contributions grid" ,
4
- "version" : " 3.1 .0" ,
4
+ "version" : " 3.2 .0" ,
5
5
"private" : true ,
6
6
"repository" : " github:platane/snk" ,
7
7
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -3074,7 +3074,7 @@ const parseEntry = (entry) => {
3074
3074
core . getInput ( "gif_out_path" ) ,
3075
3075
core . getInput ( "svg_out_path" ) ,
3076
3076
] ) ;
3077
- const githubToken = process . env . GITHUB_TOKEN ;
3077
+ const githubToken = process . env . GITHUB_TOKEN ?? core . getInput ( "github_token" ) ;
3078
3078
const { generateContributionSnake } = await __nccwpck_require__ . e ( /* import() */ 407 ) . then ( __nccwpck_require__ . bind ( __nccwpck_require__ , 407 ) ) ;
3079
3079
const results = await generateContributionSnake ( userName , outputs , {
3080
3080
githubToken,
You can’t perform that action at this time.
0 commit comments