Giter Site home page Giter Site logo

commiteverydaybygithubactions's Introduction

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 "[email protected]"
        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)

commiteverydaybygithubactions's People

Contributors

alekseyspiridonov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

vlasov-91

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.