Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 6, 2023
1 parent 91e4d17 commit 6f136c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f136c7

Please sign in to comment.