Skip to content

Commit

Permalink
Debug commit-range
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jul 29, 2024
1 parent 1214ffa commit 79e9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/commit-range/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
OLDEST=$(echo "${commit_list}" | jq 'first.id' | tr -d '"')
NEWEST=$(echo "${commit_list}" | jq 'last.id' | tr -d '"')
pwd
git log | head -30
git log --oneline | head -30
OLDEST_PARENTS=($(git show --no-patch --format="%P" ${OLDEST}))
NUMBER_OLDEST_PARENTS=${#OLDEST_PARENTS[@]}
# Take second parent if possible,
Expand Down

0 comments on commit 79e9c5b

Please sign in to comment.