fix: commit counts (hopefully)
This commit is contained in:
parent
7ec889a915
commit
ffd9fecf26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
@ -224,7 +224,7 @@ jobs:
|
||||||
echo "$top_contributors"
|
echo "$top_contributors"
|
||||||
|
|
||||||
# Get commit count for this contributor on the dev branch
|
# Get commit count for this contributor on the dev branch
|
||||||
branch_commit_count=$(git rev-list --count dev --author="$login")
|
branch_commit_count=$(git log --author="$login" --author="$name" --oneline | awk '!seen[$0]++' | wc -l)
|
||||||
|
|
||||||
# Debug: Print recent_commit_counts
|
# Debug: Print recent_commit_counts
|
||||||
echo "Debug: recent_commit_counts contents:"
|
echo "Debug: recent_commit_counts contents:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue