vn7n24fzkq / github-profile-summary-cards

A tool to generate your github summary card for profile README
https://github-profile-summary-cards.vercel.app/demo
MIT License
2.6k stars 313 forks source link

[BUG]Output of info in Excluded languages is wrong. #142

Closed shunsuke6 closed 1 year ago

shunsuke6 commented 1 year ago

Describe the bug Output of info in Excluded languages is wrong.

Additional context Here useOfset is used. https://github.com/MiranDaniel/github-profile-summary-cards/blob/48bc8a05e4bdd4e5b8898de4ca166fb2c91bf6d7/src/app.ts#L43-L44

Isn't it like this?

   const exclude = core.getInput('EXCLUE', {required: false}).split(",");
-  core.info(`Excluded languages: ${utcOffset}`);
+  core.info(`Excluded languages: ${exclude.length}`);
vn7n24fzkq commented 1 year ago

Thank you for the report! We will fix this in the next release.

vn7n24fzkq commented 1 year ago

I think we are already fixing it, so I will close this issue, thanks again.