Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.0.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Jan 25, 2023
2 parents 78d83c4 + 8a5bfa1 commit 9cf1811
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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@v1
- uses: Vampire/setup-wsl@v2
```
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@v1
- uses: Vampire/setup-wsl@v2
- 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@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
with:
additional-packages:
dos2unix
Expand All @@ -261,7 +261,7 @@ it is automatically added.

_**Example:**_
```yaml
- uses: Vampire/setup-wsl@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
with:
wsl-shell-command: ash -eu
Expand All @@ -303,21 +303,21 @@ _**Examples:**_
run: |
useradd -m -p 4qBD5NWD3IkbU test
- uses: Vampire/setup-wsl@v1
- uses: Vampire/setup-wsl@v2
with:
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail "\
- shell: wsl-bash {0}
run: id
- uses: Vampire/setup-wsl@v1
- uses: Vampire/setup-wsl@v2
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@v1
- uses: Vampire/setup-wsl@v2
with:
wsl-shell-command: bash -c "cd && bash --noprofile --norc -euo pipefail '{0}'"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ outputs:
wsl-shell-command is not set explicitly and the script already exists, this output will be set.
runs:
using: node12
using: node16
main: build/distributions/index.js
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/net/kautler/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val versions = mapOf(
"kotlin-extensions" to "1.0.1-pre.129-kotlin-1.4.20",
"kotlinx-coroutines-core" to "1.4.2",
"kotlinx-nodejs" to "0.0.7",
"node" to "12.18.3",
"node" to "16.18.1",

// build NPM dependencies
"@vercel/ncc" to "0.25.1",
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 = 1.3.6
version = 2.0.0
description = A GitHub action to install and setup a Linux distribution for the Windows Subsystem for Linux (WSL)

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

0 comments on commit 9cf1811

Please sign in to comment.