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

This commit is contained in:
2026-03-21 22:28:07 +03:00
parent 2d9cc3aa54
commit 4ac6e89b4f
+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': f'Bearer {INPUT_TOKEN}',
'Authorization': INPUT_TOKEN,
'Content-Type': 'application/json'
}
)