From 6342dbe1f7c3e61379e080f867fd4060ff33fb32 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Thu, 19 Mar 2026 22:33:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/handlers/config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/handlers/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executor/handlers/config.py b/executor/handlers/config.py index 8da98e7..0ce1c14 100644 --- a/executor/handlers/config.py +++ b/executor/handlers/config.py @@ -9,3 +9,5 @@ def handle_config(config): config['ref'] = getenv('GITHUB_REF_NAME') else: config['ref'] = INPUT_REF + + config['github.event.path'] = getenv('GITHUB_EVENT_PATH')