🌳 Making your Github stats green, powered by Github Actions Auto-commit small changes to pile up those commit stats
- Create your own repo by clicking "Use this template" button (a forked repo will not work!)
Or do it the manual way:
- Create your own repo
- Copy both files
.github/workflows/autocommit.ymlandLAST_UPDATEDto your repo - Change the
emailandnameinformation listed in 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 unfamiliar with the cron schedule string. For the first time, you can try to run it every hour with string
1 * * * *
© 2023 made by nottherealtar
