From 1827ff5528ebb61346aac062b9f0814dbb6e5e04 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Sun, 23 Jun 2024 05:36:59 +0200 Subject: [PATCH] fix: reverse variable --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 9c00481d..0d12ad73 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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