fix: joj3-failed-table order
This commit is contained in:
parent
d0192f37ef
commit
d92e8114d8
|
@ -264,13 +264,13 @@ def joj3_failed_table(
|
||||||
"",
|
"",
|
||||||
help="repository's name of the submitter",
|
help="repository's name of the submitter",
|
||||||
),
|
),
|
||||||
failed_table_file_name: str = Argument(
|
|
||||||
"failed-table.md", help="name of failed table file in the gitea repo"
|
|
||||||
),
|
|
||||||
run_number: str = Argument(
|
run_number: str = Argument(
|
||||||
"",
|
"",
|
||||||
help="gitea actions run number",
|
help="gitea actions run number",
|
||||||
),
|
),
|
||||||
|
failed_table_file_name: str = Argument(
|
||||||
|
"failed-table.md", help="name of failed table file in the gitea repo"
|
||||||
|
),
|
||||||
) -> None:
|
) -> None:
|
||||||
set_settings(Settings(_env_file=env_path))
|
set_settings(Settings(_env_file=env_path))
|
||||||
if joj3.check_skipped(score_file_path, "skip-failed-table"):
|
if joj3.check_skipped(score_file_path, "skip-failed-table"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user