Skip to content

Makes commit(s) every day by GitHub Actions

License

Notifications You must be signed in to change notification settings

AlekseySpiridonov/commitEveryDayByGitHubActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Commit Every Day By GitHub Action

Just for fun project for creating commit(s) every day by GitHub Actions.

If you need (for some reasons) simulate activity on GitHub you can setup your repository with GitHub Action Workflow from this repository.
Example of workflow: action-just4fun.yml
Status of workflow: Commit4Fun

You can configurate schedule of job:

  schedule:
    - cron: 0 12 * * *
  # Run job every day at 12:00 UTC

and user credentials:

        git config --local user.email "action-commit-bot@example.com"
        git config --local user.name "Dummy Fake Activity Bot"

P.S. Do not forgot enable GitHub Action in repository's settings.

Why?

Just for fun! :)

Why might this not work?

Commits will appear on your contributions graph if they meet all of the following conditions:

The email address used for the commits is associated with your GitHub account.
The commits were made in a standalone repository, not a fork.
The commits were made:
In the repository's default branch (usually master)
In the gh-pages branch (for repositories with project sites)

About

Makes commit(s) every day by GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published