Обновить executor/handlers/config.py
Test Actions / Builder (push) Successful in 8s

This commit is contained in:
2026-03-19 22:47:50 +03:00
parent c741ed97cb
commit 1831384d1f
+1
View File
@@ -16,5 +16,6 @@ def handle_config(config):
config['github.event.path'] = getenv('GITHUB_EVENT_PATH')
with open(config['github.event.path'], 'r') as fd:
data = json.load(fd)
org_id = data['repository']['owner']['id']
pretty_json = json.dumps(data, indent=4)
print(pretty_json)