Skip to content

Commit

Permalink
fix: missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
imskr committed Mar 10, 2024
1 parent a772ed9 commit 1536361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run

gitlab_url = "https://gitlab.com/api/v4/projects/#{organization}%2F#{project}/merge_requests?scope=all&state=merged&author_username=#{username}&per_page=1000"

fetch_and_update_readme(organization, project, platform, gitlab_url, readme_path, commit_message, git_username, git_email)
fetch_and_update_readme(organization, project, platform, username, gitlab_url, readme_path, commit_message, git_username, git_email)
rescue StandardError => e
puts "Error: #{e.message}"
exit 1
Expand Down

0 comments on commit 1536361

Please sign in to comment.