yoshi389111 / github-profile-3d-contrib

This GitHub Action creates a GitHub contribution calendar on a 3D profile image.
MIT License
1.12k stars 184 forks source link

The user name can also be specified from the argument. #8

Closed yoshi389111 closed 3 years ago

yoshi389111 commented 3 years ago

problem

The user name can only be specified in an environment variable.

Countermeasures

The user name can also be specified from the argument.

If not specified in the argument, use the environment variable USERNAME.


問題

ユーザー名は環境変数でしか指定できない

対策

ユーザー名を引数からも指定可能とする。

引数に指定されていない場合には、環境変数 USERNAME を使用する。