diff --git a/joint_teapot/app.py b/joint_teapot/app.py index ce414f4..f3fc6a4 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -366,7 +366,6 @@ def joj3_create_result_issue( score_file_path: str = Argument( "", help="path to score json file generated by JOJ3" ), - submitter: str = Argument("", help="submitter ID"), submitter_repo_name: str = Argument( "", help="repository's name of the submitter", @@ -379,6 +378,7 @@ def joj3_create_result_issue( "unknown", help="name of the exercise that appears on the issue title", ), + submitter: str = Argument("", help="submitter ID"), commit_hash: str = Argument( "", help="commit hash that triggers gitea actions",