Skip to content

Commit

Permalink
Update leaderboard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgirlbytes authored Sep 30, 2024
1 parent 22c7197 commit fb8bc20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
id: leaderboard
with:
script: |
const issue_number = 123; # Replace with your leaderboard issue number
const repo_owner = 'your-org'; # Replace with your org or repo owner
const repo_name = 'Repo-A'; # Replace with the repo containing the leaderboard issue
const issue_number = 1; # Replace with your leaderboard issue number
const repo_owner = 'galaxy-bytes'; # Replace with your org or repo owner
const repo_name = 'main-test-repo'; # Replace with the repo containing the leaderboard issue
const { data: issue } = await github.issues.get({
owner: repo_owner,
Expand Down

0 comments on commit fb8bc20

Please sign in to comment.