Skip to content

Commit

Permalink
Correct README ToC and default value formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Dec 4, 2024
1 parent 78b8d48 commit ed92ae3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Table of Contents
* [additional-packages](#additional-packages)
* [wsl-shell-user](#wsl-shell-user)
* [wsl-shell-command](#wsl-shell-command)
* [wsl-version](#wsl-version)
* [Outputs](#outputs)
* [wsl-shell-wrapper-path](#wsl-shell-wrapper-path)
* [wsl-shell-distribution-wrapper-path](#wsl-shell-distribution-wrapper-path)
Expand Down Expand Up @@ -332,12 +333,10 @@ The WSL version that should be used. This can be set to any positive integer. Us
work or break, so issues a warning for the action run. Currently, WSLv1 and WSLv2 are tested and do not
issue a warning. If a new WSL version is available and your workflow works with it, please report an issue
so that proper tests can be added and the warning for that version removed.
Default is '1' if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2.
Default is '2' if not running on 'windows-2019' virtual environment.

**Default value:**
* `1` if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2
* `2` if not running on 'windows-2019' virtual environment
* `1` if running on `windows-2019` virtual environment as this is not yet supporting WSLv2
* `2` if not running on `windows-2019` virtual environment

_**Example:**_
```yaml
Expand Down
2 changes: 1 addition & 1 deletion readme/README.md.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ce427b3e65e8881e22af3e7eb40d94b47cb6e0f35202af007cf8bc2a71420b3e
a4a08994b4084d8276b16c93ffb0aa463b123749334a22ae5ff39dbb461300e0
7 changes: 3 additions & 4 deletions readme/README_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Table of Contents
* [additional-packages](#additional-packages)
* [wsl-shell-user](#wsl-shell-user)
* [wsl-shell-command](#wsl-shell-command)
* [wsl-version](#wsl-version)
* [Outputs](#outputs)
* [wsl-shell-wrapper-path](#wsl-shell-wrapper-path)
* [wsl-shell-distribution-wrapper-path](#wsl-shell-distribution-wrapper-path)
Expand Down Expand Up @@ -332,12 +333,10 @@ The WSL version that should be used. This can be set to any positive integer. Us
work or break, so issues a warning for the action run. Currently, WSLv1 and WSLv2 are tested and do not
issue a warning. If a new WSL version is available and your workflow works with it, please report an issue
so that proper tests can be added and the warning for that version removed.
Default is '1' if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2.
Default is '2' if not running on 'windows-2019' virtual environment.

**Default value:**
* `1` if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2
* `2` if not running on 'windows-2019' virtual environment
* `1` if running on `windows-2019` virtual environment as this is not yet supporting WSLv2
* `2` if not running on `windows-2019` virtual environment

_**Example:**_
```yaml
Expand Down

0 comments on commit ed92ae3

Please sign in to comment.