diff --git a/action.yml b/action.yml index adf44476a3f..a3a5e866a24 100644 --- a/action.yml +++ b/action.yml @@ -996,6 +996,20 @@ inputs: description: Maximum number of entries to display per graph default: 5 + # If you use a selfhosted wakatime instance (wakapi) + # that is publicly available place your url here + # + # If you use the public wakapi instance the url + # would be https://wakapi.dev + plugin_wakatime_url: + description: Address where to reach your Wakatime instance + default: https://wakatime.com + + # Username on Wakatime + plugin_wakatime_user: + description: Your Wakatime user on the selfhosted Wakapi instance + default: .user.login + # ==================================================================================== # 💹 Stock prices