Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes sdkman#16
  • Loading branch information
joergi authored Mar 15, 2024
1 parent b1f9b69 commit 0a2486f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Filename of the downloaded archive.
Install a specific candidate in using Windows runner:

```yaml
- uses: sdkman/sdkman-action@v1
- uses: sdkman/sdkman-action@main
id: sdkman
with:
candidate: java
Expand All @@ -41,7 +41,7 @@ Install a specific candidate in using Windows runner:
Install a specific candidate in Linux or macOS runner:
```yaml
- uses: sdkman/sdkman-action@v1
- uses: sdkman/sdkman-action@main
id: sdkman
with:
candidate: java
Expand All @@ -52,7 +52,7 @@ Install a specific candidate in Linux or macOS runner:
Install candidates from `.sdkmanrc` in Linux or macOS runner:

```yaml
- uses: sdkman/sdkman-action@v1
- uses: sdkman/sdkman-action@main
id: sdkman
- run: java -version
```

0 comments on commit 0a2486f

Please sign in to comment.