From d79a74aab8c2b9a046cda0368345bbbb410156c6 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Mon, 13 Jan 2025 13:30:36 -0700 Subject: [PATCH] fuck --- ci-image/scripts/ga-typecheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-image/scripts/ga-typecheck.sh b/ci-image/scripts/ga-typecheck.sh index e4b792c..3064a68 100755 --- a/ci-image/scripts/ga-typecheck.sh +++ b/ci-image/scripts/ga-typecheck.sh @@ -10,7 +10,7 @@ source virtualenv/bin/activate pip install pyright cd src/${GITHUB_REPOSITORY##*/} -HEAD_REV="$(git rev-parse --abbrev-ref HEAD)" +HEAD_REV="$(git rev-parse HEAD)" if [[ $GITHUB_REF == "master" ]]; then BASE_REV="$(git rev-parse --abbrev-ref HEAD~)" else