From 00687f69051952b1d946cc9a26f0fa29722a2cf8 Mon Sep 17 00:00:00 2001 From: Piotr Narajowski Date: Mon, 22 Jul 2024 14:11:57 +0200 Subject: [PATCH] change ev type ev type --- .github/check_for_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/check_for_changes.py b/.github/check_for_changes.py index 17f64a5539..8997c2d2f2 100644 --- a/.github/check_for_changes.py +++ b/.github/check_for_changes.py @@ -15,7 +15,7 @@ def main(): return try: - commit = os.environ.get('PR_NUMBER') + commit = os.environ.get('FETCH_HEAD') # mb = run_cmd(f"git merge-base {upstream} {commit}") # upstream = mb[0]