Skip to content

Commit

Permalink
fix: repo_owner added
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed May 29, 2024
1 parent 3f552eb commit df5c69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ishikawa_tools/ishikawa_tools_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def main():
print("One or more environment variables are missing.")
return

issues = fetch_issues(username, repository_name, github_token)
issues = fetch_issues(repo_owner, repository_name, github_token)
if issues is None:
print("Exiting script due to fetch issues failure.")
return
Expand Down

0 comments on commit df5c69b

Please sign in to comment.