Skip to content

Commit d0d4f6d

Browse files
committed
Update docs.
1 parent 90f88fd commit d0d4f6d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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::

doc-source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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::

smoke_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-
5351
with 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():

0 commit comments

Comments
 (0)