Skip to content
/ green-commits Public template

Automatically keep GitHub commit status green.

License

Notifications You must be signed in to change notification settings

IMXNOOBX/green-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧶 Green Commits

ci

Automatically keep GitHub commit status green.

Now the action will get a random quote from CW chapter titles defined in quotes.txt and will run every moday & saturday

📣 Whats New

Added EMAIL, NAME secret, that way no one will be able to see ur email

🌳 Simple Use

⚠️Do not fork, because the dynamics of the fork project will not make you green ⚠️

+ Use this template or the official one
1. Go to .github/workflows/cy.yml in your repository
2. Remove the # in line 7, 8
3. Go to https://github.com/yourGithubUsername/auto-green/settings/secrets/actions 
  3.1. Create a secret named EMAIL with your email
  3.2. Create a scret named NAME with your github username
+ Enjoy the green Contribution Activity panel in your profile :D

📘 Developer Instructions

-Click the Use this template button in the upper right corner to copy this GitHub repository

The scheduled task syntax has 5 fields separated by spaces, each field representing a time unit.

    ┌────────────── minutes (0 - 59)
    │ ┌────────────── Hours (0 - 23)
    │ │ ┌────────────── Day (1 - 31)
    │ │ │ ┌────────────── Month (1 - 12 or JAN-DEC)
    │ │ │ │ ┌────────────── Week of the week (0 - 6 or SUN-SAT)
    │ │ │ │ │
    │ │ │ │ │
    │ │ │ │ │
    * * * * *

Note: Due to the limitation of GitHub Actions, if set to * * * * * , the actual execution frequency is once every 5 minutes.

License && Credits

About

Automatically keep GitHub commit status green.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published