From 4033303c1f92714012d59504b90f9fe90b82d32f Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Thu, 13 Jul 2023 18:18:23 +0300 Subject: [PATCH] Github custom action development - WIP --- pr_agent/servers/github_action_runner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pr_agent/servers/github_action_runner.py b/pr_agent/servers/github_action_runner.py index 6b9141bf..6127b9d2 100644 --- a/pr_agent/servers/github_action_runner.py +++ b/pr_agent/servers/github_action_runner.py @@ -19,7 +19,6 @@ def run_action(): RUNNER_DEBUG = os.environ.get('RUNNER_DEBUG', None) if not RUNNER_DEBUG: print("RUNNER_DEBUG not set") - return ### DEBUG print(event_payload) print(GITHUB_REPOSITORY)