🌿 Boosting your GitHub stats with the help of GitHub Actions, Go Green! This repository is available in two ways to greenify your GitHub stats. The first one uses a shell script, and the second one utilizes GitHub Actions. This project is inspired by work of [@mazipan] auto-commit.
- Clone the repo:
git clone https://github.com/delacerate/reboisasi-commit.git
cd reboisasi-commit
- Make the script executable
chmod +x update-data.sh
- Running the script
./update-data.sh
for ubuntu:
sudo apt update && sudo apt install cronie
for arch:
sudo pacman -S cronie
- edit the crontab
crontab -e
- add the cron job
0 9 * * * /path/to/your-script.sh #see this link for reference https://crontab.guru/#0_9_*_*_*
- save and exit