athul / waka-readme

Wakatime Weekly Metrics on your Profile Readme.
https://github.com/athul
MIT License
1.55k stars 301 forks source link

Make commit message configurable #24

Closed revi closed 4 years ago

revi commented 4 years ago

I want to use other messages as commit message, so I think I would quite benefit from the config option to override the default commit message.

athul commented 4 years ago

Hey, That can be done easily , by just adding an input option in action.yml and checking if that option exists in the python script via a os.getenv. It will fallback to a default message if the input isn't added

athul commented 4 years ago

@revi could you review #25