fix: reverse variable

This commit is contained in:
ibo
2024-06-23 05:36:59 +02:00
committed by GitHub
parent f1d4b9ede9
commit 1827ff5528

View File

@@ -121,7 +121,7 @@ jobs:
# Fetch contributors from GitHub
contributors=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/{{ github.repository }}/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