File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ repo_helper
1010
1111 This project is in an early stage, and some things might not work correctly or break in a new release.
1212
13+ Note: The autocommit functionality is currently broken on Windows, but works ok on Linux and macOS.
14+
1315.. start shields
1416
1517 .. list-table ::
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ repo_helper
1010
1111 This project is in an early stage, and some things might not work correctly or break in a new release.
1212
13+ .. note :: The autocommit functionality is currently broken on Windows, but works ok on Linux and macOS.
14+
1315.. start shields
1416
1517 .. list-table ::
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ def is_running_on_actions() -> bool:
4848 return "GITHUB_ACTIONS" in os .environ
4949
5050
51- print (f"Running in GitHub Actions: { is_running_on_actions ()} " )
52-
5351with tempfile .TemporaryDirectory () as tmpdir :
5452 tmpdir_p = PathPlus (tmpdir )
5553
@@ -97,7 +95,7 @@ def is_running_on_actions() -> bool:
9795
9896 if is_running_on_actions ():
9997 print (f"::group::{ username } _{ repository } " )
100- print ("\n \n ==============================================" )
98+ print ("\n ==============================================" )
10199 print (f"Cloning { url !s} -> { target_dir !s} " )
102100
103101 if is_running_on_actions ():
You can’t perform that action at this time.
0 commit comments