waka-readme-stats
waka-readme-stats copied to clipboard
This GitHub action helps to add cool dev metrics to your github profile Readme
**Describe the bug** Stopped showing coding time, it's now always 0 **Expected behavior** show coding time
- Resolves: https://github.com/anmol098/waka-readme-stats/issues/292#issuecomment-1198061121 by logging what token scopes are missing. - Fixes errors due to missing .env variables.
The workflow runs with success but it doesn't overwrite the README with newest info. You can check this behaviour viewing the commit list at this [repo](https://github.com/andrea-acampora/andrea-acampora)
BUG
**Describe the bug** I followed all instruction and when I run the action, I got this exception that Traceback (most recent call last): File "/main.py", line 547, in user_data =...
BUG
**Describe the bug** Simply I can't make the time i spent in 'x' language to appear... I've already checked the WakaTime API key, everything looks fine, neither the languages that...
Hi @anmol098! Maintainer of https://github.com/krzema12/github-actions-kotlin-dsl here. Your action has first-class support in the library. Recently we've come up with a way to reduce operational load when keeping library's action wrappers...
Fixes #302 # How to test 1. Add PUSH_BRANCH_NAME: 'branch name' to the action configuration or the run environment 2. Let it run 3. The action should commit to the...
**Describe the bug** The branch that the action commits to is not the default branch, if a 'master' branch exists whilst 'origin' is the main branch it commits to 'master'...
related issue: #297