📦 3.2.0

This commit is contained in:
release bot
2023-10-17 15:44:23 +00:00
parent 92f4de3970
commit 8b7b3e6ace
3 changed files with 3 additions and 3 deletions

View File

@@ -3074,7 +3074,7 @@ const parseEntry = (entry) => {
core.getInput("gif_out_path"),
core.getInput("svg_out_path"),
]);
const githubToken = process.env.GITHUB_TOKEN;
const githubToken = process.env.GITHUB_TOKEN ?? core.getInput("github_token");
const { generateContributionSnake } = await __nccwpck_require__.e(/* import() */ 407).then(__nccwpck_require__.bind(__nccwpck_require__, 407));
const results = await generateContributionSnake(userName, outputs, {
githubToken,