fix: undo upstream api endpoint

This commit is contained in:
Danwebt
2024-06-23 06:02:07 +02:00
committed by GitHub
parent deae100638
commit fc03f6e7c2

View File

@@ -120,7 +120,7 @@ jobs:
# Fetch contributors from GitHub
contributors=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/rebelonion/Dantotsu/contributors")
"https://api.github.com/repos/Dantotsu-inc/FUCKYML/contributors")
# Create a sorted list of contributors based on recent commit counts
sorted_contributors=$(for login in $(echo "$contributors" | jq -r '.[].login'); do