Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 11, 2020
1 parent 3fa5b63 commit 0747145
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# SDKMAN! docker action

This action installs "Hello World" or "Hello" + the name of a person to greet to the log.
This action installs any `candidate` via [sdkman](https://sdkman.io/).

## Inputs

### `candidate`

**Required** The name of the person to greet. Default `"World"`.
**Required** The name of the candidate to install.

### `version`

**Required** The name of the person to greet. Default `"World"`.
**Required** The version of the candidate to install.

## Outputs

### `time`

The time we greeted you.
N/A

## Example usage

Expand Down

0 comments on commit 0747145

Please sign in to comment.