Skip to content

Commit ed92ae3

Browse files
committed
Correct README ToC and default value formatting
1 parent 78b8d48 commit ed92ae3

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Table of Contents
3333
* [additional-packages](#additional-packages)
3434
* [wsl-shell-user](#wsl-shell-user)
3535
* [wsl-shell-command](#wsl-shell-command)
36+
* [wsl-version](#wsl-version)
3637
* [Outputs](#outputs)
3738
* [wsl-shell-wrapper-path](#wsl-shell-wrapper-path)
3839
* [wsl-shell-distribution-wrapper-path](#wsl-shell-distribution-wrapper-path)
@@ -332,12 +333,10 @@ The WSL version that should be used. This can be set to any positive integer. Us
332333
work or break, so issues a warning for the action run. Currently, WSLv1 and WSLv2 are tested and do not
333334
issue a warning. If a new WSL version is available and your workflow works with it, please report an issue
334335
so that proper tests can be added and the warning for that version removed.
335-
Default is '1' if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2.
336-
Default is '2' if not running on 'windows-2019' virtual environment.
337336

338337
**Default value:**
339-
* `1` if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2
340-
* `2` if not running on 'windows-2019' virtual environment
338+
* `1` if running on `windows-2019` virtual environment as this is not yet supporting WSLv2
339+
* `2` if not running on `windows-2019` virtual environment
341340

342341
_**Example:**_
343342
```yaml

Diff for: readme/README.md.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ce427b3e65e8881e22af3e7eb40d94b47cb6e0f35202af007cf8bc2a71420b3e
1+
a4a08994b4084d8276b16c93ffb0aa463b123749334a22ae5ff39dbb461300e0

Diff for: readme/README_template.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Table of Contents
3333
* [additional-packages](#additional-packages)
3434
* [wsl-shell-user](#wsl-shell-user)
3535
* [wsl-shell-command](#wsl-shell-command)
36+
* [wsl-version](#wsl-version)
3637
* [Outputs](#outputs)
3738
* [wsl-shell-wrapper-path](#wsl-shell-wrapper-path)
3839
* [wsl-shell-distribution-wrapper-path](#wsl-shell-distribution-wrapper-path)
@@ -332,12 +333,10 @@ The WSL version that should be used. This can be set to any positive integer. Us
332333
work or break, so issues a warning for the action run. Currently, WSLv1 and WSLv2 are tested and do not
333334
issue a warning. If a new WSL version is available and your workflow works with it, please report an issue
334335
so that proper tests can be added and the warning for that version removed.
335-
Default is '1' if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2.
336-
Default is '2' if not running on 'windows-2019' virtual environment.
337336

338337
**Default value:**
339-
* `1` if running on 'windows-2019' virtual environment as this is not yet supporting WSLv2
340-
* `2` if not running on 'windows-2019' virtual environment
338+
* `1` if running on `windows-2019` virtual environment as this is not yet supporting WSLv2
339+
* `2` if not running on `windows-2019` virtual environment
341340

342341
_**Example:**_
343342
```yaml

0 commit comments

Comments
 (0)