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

This commit is contained in:
2026-03-21 22:19:08 +03:00
parent 5b7499258e
commit 2d9cc3aa54
+12
View File
@@ -7,6 +7,8 @@ import sys
import base64
import json
import requests
from executor.visitor import Visitor
from executor.state import State
@@ -44,6 +46,16 @@ def handle_git(args):
REPOSITORY = INPUT_REPOSITORY
REF = INPUT_REF
response = requests.get(
url='https://codex.r10x.net/api/v1/repos/meta/dsl',
headers={
'Authorization': f'Bearer {INPUT_TOKEN}',
'Content-Type': 'application/json'
}
)
print(response)
print(response.json())
octokit = Octokit(
url='https://codex.r10x.net/api/v1',
headers={