Skip to content

Commit

Permalink
feat(yegor256#228): ref, path
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 1, 2024
1 parent e05b835 commit d976526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/discover-repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def fetch(config)
open_issues_count: i[:open_issues_count],
description: "\"#{i[:description]}\"",
topics: Array(i[:topics]).join(' '),
files: files_in_repo(github, i[:full_name], '', i[:default_branch])
files: files_in_repo(config[:github], i[:full_name], i[:default_branch], '')
}
puts "Found #{i[:full_name].inspect} GitHub repo ##{found.count} \
(#{i[:forks_count]} forks, #{i[:stargazers_count]} stars) with license: #{i[:license][:key]}"
Expand Down

0 comments on commit d976526

Please sign in to comment.