daniel-hauser / moneyman

Automatically save transactions from all major Israeli banks and credit card companies, using GitHub actions (or a self hosted docker image)
59 stars 41 forks source link

Fix: Allow usage for users with uppercase characters in the username #221

Closed daniel-hauser closed 8 months ago

daniel-hauser commented 8 months ago

Currently, the user's name is used as the repository name. This will fail the build in cases where the GitHub user name is not lowercase. This PR adds a normalization step that will use the lowercase version of the user's name

Fixes #220