Skip to content

Commit

Permalink
[Gradle Release Plugin] - new version commit: 'v3.0.1-SNAPSHOT'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Feb 7, 2024
2 parents f482fac + d4e8379 commit 4d415ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To use this action with all inputs set to their default value, just use its name
_**Example:**_

```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
```
This will first check whether the distribution is installed already. If not, it will be installed and also
Expand Down Expand Up @@ -122,7 +122,7 @@ defaults:
shell: wsl-bash {0}
steps:
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
- run: |
npm ci
Expand Down Expand Up @@ -163,7 +163,7 @@ The values currently supported by this action are:

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
distribution: Ubuntu-18.04
```
Expand All @@ -180,7 +180,7 @@ space of the repository. Refer to [`actions/cache` documentation][actions/cache

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
use-cache: 'false'
```
Expand All @@ -196,7 +196,7 @@ This can also be used if the distribution is installed already.

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
wsl-conf: |
[automount]
Expand All @@ -215,7 +215,7 @@ This can also be used if the distribution is installed already.

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
set-as-default: 'false'
```
Expand All @@ -229,7 +229,7 @@ This can also be used if the distribution is installed already.

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
update: 'true'
```
Expand All @@ -243,7 +243,7 @@ This can also be used if the distribution is installed already.

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
additional-packages:
dos2unix
Expand All @@ -261,7 +261,7 @@ it is automatically added.

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
wsl-shell-user: test
```
Expand Down Expand Up @@ -292,7 +292,7 @@ scripts, the [`wsl-shell-wrapper-path` output](#wsl-shell-wrapper-path) and

_**Examples:**_
```yaml
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
wsl-shell-command: ash -eu
Expand All @@ -303,21 +303,21 @@ _**Examples:**_
run: |
useradd -m -p 4qBD5NWD3IkbU test
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail "\
- shell: wsl-bash {0}
run: id
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail '{0}'"
- shell: wsl-bash {0}
run: id
- uses: Vampire/setup-wsl@v2
- uses: Vampire/setup-wsl@v3
with:
wsl-shell-command: bash -c "cd && bash --noprofile --norc -euo pipefail '{0}'"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

group = net.kautler
version = 3.0.0-SNAPSHOT
version = 3.0.1-SNAPSHOT
description = A GitHub action to install and setup a Linux distribution for the Windows Subsystem for Linux (WSL)

org.gradle.caching = true
Expand Down
2 changes: 1 addition & 1 deletion readme/README.md.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6e918171450049acd2499bb0cb4984d897b5f3fc04842865cd2b78eb39f15642
9b891900148521b333de92b6fed45abb411c74eb1b4aa8c17f5d33ccd3e5c0a6

0 comments on commit 4d415ab

Please sign in to comment.