Skip to content

Commit 6f136c7

Browse files
committed
clean
1 parent 91e4d17 commit 6f136c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
git fetch
7474
CUR_SHA=$(git log --pretty=tformat:"%H" -n1 . | tail -n1)
75-
LAST_SHA=$(git log --pretty=tformat:"%H" -n2 . | tail -n1)
75+
LAST_SHA=$(git log --pretty=tformat:"%H" -n3 . | tail -n1)
7676
7777
echo "Default branch is $DEFAULT_BRANCH"
7878
echo "Current SHA is $CUR_SHA"

0 commit comments

Comments
 (0)