Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v5.0.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Feb 27, 2025
2 parents 79d85ea + f4cd646 commit f40fb59
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 362 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To use this action with all inputs set to their default value, just use its name
_**Example:**_

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

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

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v4
- uses: Vampire/setup-wsl@v5
with:
use-cache: 'false'
```
Expand All @@ -195,7 +195,7 @@ its contents in your configured value.

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

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

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

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

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

_**Examples:**_
```yaml
- uses: Vampire/setup-wsl@v4
- uses: Vampire/setup-wsl@v5
with:
wsl-shell-command: ash -eu
Expand All @@ -302,21 +302,21 @@ _**Examples:**_
run: |
useradd -m -p 4qBD5NWD3IkbU test
- uses: Vampire/setup-wsl@v4
- uses: Vampire/setup-wsl@v5
with:
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail "\
- shell: wsl-bash {0}
run: id
- uses: Vampire/setup-wsl@v4
- uses: Vampire/setup-wsl@v5
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@v4
- uses: Vampire/setup-wsl@v5
with:
wsl-shell-command: bash -c "cd && bash --noprofile --norc -euo pipefail '{0}'"
Expand Down
Loading

0 comments on commit f40fb59

Please sign in to comment.