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

This commit is contained in:
2026-03-19 22:45:55 +03:00
parent b5a657a8cd
commit c741ed97cb
+2 -1
View File
@@ -16,4 +16,5 @@ 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)
print(data)
pretty_json = json.dumps(data, indent=4)
print(pretty_json)