Skip to content

tarrytee/daily-comitbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Daily Commit Bot

This repository uses a GitHub Action to automatically make a commit every day.
Its purpose is to help developers maintain their GitHub contribution streak.

๐Ÿ”ง How It Works

  • 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).

๐Ÿ“ Files

  • .github/workflows/daily-commit.yml โ€” The GitHub Actions workflow definition.
  • daily-log.txt โ€” The file that gets updated daily.
  • README.md โ€” This file.

โœ… How to Use

  1. Fork or clone this repo.
  2. Push it to your own GitHub account.
  3. Enable GitHub Actions (if not already enabled).
  4. Done โ€” the bot will now commit daily!

๐Ÿง  Why Use This?

  • Maintain your green square streak ๐Ÿ“…
  • Test GitHub Actions and cron jobs โฑ๏ธ
  • Keep an active-looking GitHub profile ๐Ÿš€

โš ๏ธ Notes

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published