There was an error while loading. Please reload this page.
1 parent f124456 commit beade73Copy full SHA for beade73
1 file changed
gha_utils/cli.py
@@ -116,8 +116,8 @@ def gha_utils():
116
)
117
@option(
118
"--format",
119
- type=Choice(Dialects, case_sensitive=False),
120
- default=Dialects.github, # type: ignore[arg-type]
+ type=Choice(Dialects, case_sensitive=False), # type: ignore[arg-type]
+ default=Dialects.github,
121
help="Rendering format of the metadata.",
122
123
0 commit comments