Skip to content

Commit 8b7b3e6

Browse files
author
release bot
committed
📦 3.2.0
1 parent 92f4de3 commit 8b7b3e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "platane"
44

55
runs:
66
using: docker
7-
image: docker://platane/snk@sha256:b7835a30ad60660a0c3e1f669187932a7e098fe4949ed7df4ec3beb56c2cfb9f
7+
image: docker://platane/snk@sha256:1c8a0b51a75ad8cf36b7defddd2187bdbb92bbbb5521a9e6cc5df795b00fc590
88

99
inputs:
1010
github_user_name:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

‎svg-only/dist/index.js

+1-1
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)