This repository uses a GitHub Action to automatically make a commit every day.
Its purpose is to help developers maintain their GitHub contribution streak.
- A GitHub Actions workflow runs every day at 00:00 UTC.
- It appends the current date and time to a file named daily-log.txt.
- If the file changes, it commits and pushes the update.
- If there are no changes, it does nothing (and won't break).
- .github/workflows/daily-commit.yml โ The GitHub Actions workflow definition.
- daily-log.txt โ The file that gets updated daily.
- README.md โ This file.
- Fork or clone this repo.
- Push it to your own GitHub account.
- Enable GitHub Actions (if not already enabled).
- Done โ the bot will now commit daily!
- Maintain your green square streak ๐
- Test GitHub Actions and cron jobs โฑ๏ธ
- Keep an active-looking GitHub profile ๐
- Make sure the repo is public or youโve enabled private contributions in GitHub settings.
- Donโt use this to fake real work โ it's best as a learning tool or streak helper.
Created with โค๏ธ using GitHub Actions.