imbios/Cool Profile Readme Development Stats
Are you an early 🐤 or a night 🦉? When are you most productive during the day? Let's check out in your readme!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub access token with Repo scope | yes | ${{ github.token }} |
| WAKATIME_API_KEY | Your Wakatime API Key | yes | — |
| SECTION_NAME | Name used in readme to scope the updated section | no | waka |
| PULL_BRANCH_NAME | The branch to get the readme from | no | "" |
| PUSH_BRANCH_NAME | The branch to update the readme in | no | "" |
| SHOW_OS | Show the list of OS Worked on In dev metrics | no | True |
| SHOW_PROJECTS | Show the list of projects worked on in dev metrics | no | True |
| SHOW_EDITORS | Show the Editors used in dev metrics | no | True |
| SHOW_TIMEZONE | Show the time zone in the dev metrics | no | True |
| SHOW_COMMIT | Shows the number of commit graph in the dev metrics | no | True |
| SHOW_LANGUAGE | Show the Coding language used in dev metrics | no | True |
| SHOW_LINES_OF_CODE | Show the Total Lines of code written Badge till date | no | False |
| SHOW_LANGUAGE_PER_REPO | Show language or framework used across different repository | no | True |
| SHOW_LOC_CHART | — | no | True |
| SHOW_DAYS_OF_WEEK | show day of week you are most productive | no | True |
| SHOW_PROFILE_VIEWS | Shows the current profile views | no | True |
| SHOW_SHORT_INFO | Shows the short facts | no | True |
| SHOW_UPDATED_DATE | Show updated date | no | True |
| SHOW_TOTAL_CODE_TIME | Show Total Time you have coded | no | True |
| COMMIT_BY_ME | Git commit with your own name and email | no | False |
| COMMIT_MESSAGE | Git commit message | no | Updated with Dev Metrics |
| COMMIT_USERNAME | Git commit custom username | no | "" |
| COMMIT_EMAIL | Git commit custom email | no | "" |
| COMMIT_SINGLE | Erase commit history on each commit | no | False |
| LOCALE | Show stats in your own language | no | en |
| UPDATED_DATE_FORMAT | Updated date format | no | %d/%m/%Y %H:%M:%S |
| IGNORED_REPOS | Repos you don't want to be counted | no | "" |
| SYMBOL_VERSION | Version of the symbol block and empty of the progress bar | no | 1 |
| DEBUG_LOGGING | Whether to enable action debug logging (deprecated, use LOG_LEVEL instead) | no | ${{ runner.debug }} |
| LOG_LEVEL | Logging level: info (default), debug, trace | no | info |
| FETCH_DEFAULT_BRANCH_ONLY | Only fetch commits from the default branch of each repo instead of all branches. Dramatically reduces API calls and runtime. | no | True |
| MAX_CONCURRENCY | Max number of concurrent repo fetch operations. Lower values reduce rate limit risk. | no | 4 |
| USE_CACHE | Enable caching of repo commit data between runs. Requires actions/cache in your workflow. | no | True |
| CACHE_TTL_DAYS | Number of days before cached repo data is considered stale and refetched. | no | 30 |
Outputs
no outputs