Skip to content

Commit

Permalink
changes to UserInput
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijzutshi222 committed Jun 9, 2023
1 parent f714017 commit 557b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_input_from_cli():
# repoOwner = get_optional_value_from_input(args, repositoryOwner)
interactive = interactiveCommand in args
action = validate_action(args[0], createCommand, updateCommand, deleteCommand, secret_names, secret_values)
return UserInput(token, action, secret_names, secret_values, target_team_name, target_repo_name, dependabotSecretsSync, repoOwner, interactive)
return UserInput(token, action, secret_names, secret_values, target_team_name, target_repo_name, dependabotSecretsSync, interactive)


def flatten_secrets_dict(dict_of_secrets):
Expand Down

0 comments on commit 557b6d3

Please sign in to comment.