Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 17s

This commit is contained in:
2025-10-19 00:27:29 +03:00
parent 6bb5c40714
commit eea661f26a

View File

@@ -8,6 +8,9 @@ import base64
def handle_git(args):
for key in os.environ:
if key.startswith('INPUT_'):
print(key, os.getenv(key))
DEBUG = True
ACTIONS_RUNTIME_TOKEN = os.getenv('ACTIONS_RUNTIME_TOKEN')
INPUT_TOKEN = os.getenv('INPUT_TOKEN')