mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 13:31:02 +00:00
fix: reverse variable
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user