An action to create a lot of commits that make your GitHub profile full of green
To get start quickly, see this template.
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: xtexChooser/hardwork-action@<VERSION>
with:
name: Your Username
email: Your mail address
dir: ./.git # Optional, the git directory to work with
message: Work today # Optional, the commit message
days: 31 # Optional, defaults to 31, how many days in the past the commit was created for (if there are no existing commits)
Then you can use your own way to push these commits to your repository.