From ccaf22642cf8f80c695aff49537d432fe9097e87 Mon Sep 17 00:00:00 2001 From: Steven Lizano Date: Mon, 27 May 2024 14:52:35 -0600 Subject: [PATCH] a --- ci/scripts/linter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/linter.sh b/ci/scripts/linter.sh index e58249169..72ce5674f 100755 --- a/ci/scripts/linter.sh +++ b/ci/scripts/linter.sh @@ -5,6 +5,7 @@ git fetch -a current_branch=$(git rev-parse --abbrev-ref HEAD) echo "current branch ${current_branch}" +echo "github base ref = $GITHUB_BASE_REF" BASE_SHA=$(git merge-base origin/$GITHUB_BASE_REF $current_branch) echo "base sha = ${BASE_SHA}"