From 6f136c7ee7c8cef1196b1c0e26d3c99d087f8e4a Mon Sep 17 00:00:00 2001 From: Yuki Sawa Date: Mon, 6 Nov 2023 07:51:19 -0800 Subject: [PATCH] clean --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7819b06..6eced7c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: git fetch CUR_SHA=$(git log --pretty=tformat:"%H" -n1 . | tail -n1) - LAST_SHA=$(git log --pretty=tformat:"%H" -n2 . | tail -n1) + LAST_SHA=$(git log --pretty=tformat:"%H" -n3 . | tail -n1) echo "Default branch is $DEFAULT_BRANCH" echo "Current SHA is $CUR_SHA"