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')