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

This commit is contained in:
2026-03-19 22:38:09 +03:00
parent 6342dbe1f7
commit 648c49ff27
+2
View File
@@ -11,3 +11,5 @@ def handle_config(config):
config['ref'] = INPUT_REF
config['github.event.path'] = getenv('GITHUB_EVENT_PATH')
with open(config['github.event.path'], 'r') as fd:
print(fd.readlines())