What is .user.login in WakaTime conf ? #583
-
Hi, thanks to your amazing works, I deployed my The first time try to deploy, I follow plugin/wakatime and used the last option where the emoji point, the value is: I have find your So could you tell me why there is #### ℹ️ Examples workflows
[Available options for this plugin](metadata.yml)
```yaml
- uses: lowlighter/metrics@latest
with:
# ... other options
plugin_wakatime: yes
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }} # Required
plugin_wakatime_days: 7 # Display last week stats
plugin_wakatime_sections: time, projects, projects-graphs # Display time and projects sections, along with projects graphs
plugin_wakatime_limit: 4 # Show 4 entries per graph
plugin_wakatime_url: https://wakatime.com # Wakatime url endpoint
➡️ plugin_wakatime_user: .user.login # User
``` I wish my poor English makes you know all above. Thanks for your did once again! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, Indeed it was changed to The But for wakatime, Thanks a lot for your support 😄 ! |
Beta Was this translation helpful? Give feedback.
Hello,
Indeed it was changed to
"current"
(though I don't remember when) but doc probably had not be updated to reflect this change.The
.user.login
is a special value which should be replaced with your GitHub login (i.e.koneMorris1625
) so if you don't have the same handle on wakatime it could be why you had 404 not found errors.But for wakatime,
"current"
is more reliable since it is attached to your API token 🙂Thanks a lot for your support 😄 !