Обновить executor/cli/git.py
Test Actions / Builder (push) Failing after 7s

This commit is contained in:
2026-03-21 22:30:31 +03:00
parent 4ac6e89b4f
commit 54ebda28ba
+1 -1
View File
@@ -49,7 +49,7 @@ def handle_git(args):
response = requests.get(
url='https://codex.r10x.net/api/v1/repos/meta/dsl',
headers={
'Authorization': INPUT_TOKEN,
'Authorization': f'token {INPUT_TOKEN}',
'Content-Type': 'application/json'
}
)