making commit using bot test

This commit is contained in:
pseusys
2023-02-26 10:16:13 +01:00
parent db09a1deed
commit 2821558b66
4 changed files with 27 additions and 22 deletions

View File

@@ -47,5 +47,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", "")
@staticmethod
def set_variable(name: str, content: str):
environ[name] = content