Skip to content

Commit 2ee53fb

Browse files
committed
Configure the GitHub Actions logging for cli.version.mike.sort
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bf8dafe commit 2ee53fb

File tree

1 file changed

+3
-0
lines changed
  • src/frequenz/repo/config/cli/version/mike

1 file changed

+3
-0
lines changed

src/frequenz/repo/config/cli/version/mike/sort.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import sys
1010
from typing import TextIO
1111

12+
from .... import github
1213
from ....mkdocs.mike import MikeVersionInfo, sort_mike_versions
1314

1415

@@ -61,6 +62,8 @@ def main() -> None:
6162
If more than one argument is given, then an error is printed to stderr and the
6263
program exits with a non-zero exit code.
6364
"""
65+
github.configure_logging()
66+
6467
match len(sys.argv):
6568
case 1:
6669
_dump_versions_to(_load_and_sort_versions_from(sys.stdin), sys.stdout)

0 commit comments

Comments
 (0)