We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e4d17 commit 6f136c7Copy full SHA for 6f136c7
1 file changed
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
git fetch
74
CUR_SHA=$(git log --pretty=tformat:"%H" -n1 . | tail -n1)
75
- LAST_SHA=$(git log --pretty=tformat:"%H" -n2 . | tail -n1)
+ LAST_SHA=$(git log --pretty=tformat:"%H" -n3 . | tail -n1)
76
77
echo "Default branch is $DEFAULT_BRANCH"
78
echo "Current SHA is $CUR_SHA"
0 commit comments