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

This commit is contained in:
2026-03-21 22:37:38 +03:00
parent 54ebda28ba
commit 38c2c27cb5
+4 -2
View File
@@ -49,11 +49,13 @@ def handle_git(args):
response = requests.get(
url='https://codex.r10x.net/api/v1/repos/meta/dsl',
headers={
'Authorization': f'token {INPUT_TOKEN}',
'Content-Type': 'application/json'
'Authorization': INPUT_TOKEN,
'Content-Type': 'application/json',
'Accept': 'application/json'
}
)
print(response)
print(response.status_code)
print(response.json())
octokit = Octokit(