🌳 Making green your Github stats, powered by Github Actions
- Fork this repo
- Activate your Github Actions, go to tab Actions, and enable it if you see this below image.
- Change the
email
andname
information on file autocommit.yml, line 29 and 30 - Change the scheduling time on file autocommit.yml, line 10. You can use crontab.guru if you are not familiar with the cron schedule string. For the starter you can try to run it in every hour with string
1 * * * *
.