You've already forked wakapi-readme-stats
stats commits pushed on behalf of bot
This commit is contained in:
@@ -46,4 +46,6 @@ class EnvironmentManager:
|
||||
|
||||
DEBUG_LOGGING = getenv("INPUT_DEBUG_LOGGING", "0").lower() in _TRUTHY
|
||||
DEBUG_RUN = getenv("DEBUG_RUN", "False").lower() in _TRUTHY
|
||||
|
||||
PR_NUMBER = int(getenv("PR_NUMBER", "0"))
|
||||
CURRENT_GITHUB_ACTION_TOKEN = getenv("CURRENT_GITHUB_ACTION_TOKEN", "")
|
||||
|
||||
Reference in New Issue
Block a user