Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 17s
All checks were successful
Test Actions / Builder (push) Successful in 17s
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user