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

This commit is contained in:
2026-03-19 22:33:43 +03:00
parent 4144046644
commit 6342dbe1f7
+2
View File
@@ -9,3 +9,5 @@ def handle_config(config):
config['ref'] = getenv('GITHUB_REF_NAME') config['ref'] = getenv('GITHUB_REF_NAME')
else: else:
config['ref'] = INPUT_REF config['ref'] = INPUT_REF
config['github.event.path'] = getenv('GITHUB_EVENT_PATH')