Skip to content

Commit

Permalink
docs: make sure all inputs are mentioned in the readme (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Aug 9, 2023
1 parent 4440e29 commit c740265
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ A GitHub Action to install Scala CLI.
- if left empty either the existing JVM will be used or Coursier will install its default JVM.
- `apps` (optional): Scala apps to install (`sbtn` by default)
- space separated list of app names (from the [main channel](https://github.com/coursier/apps))
- `version` (optional): Coursier version to install
- This is defaulted to the latest stable release of Coursier
- `power` (optional): Value for the `--power` launcher option
- Necessary for using feature of scala-cli that require the `--power`
option, like publishing.
- Defaults to `false`

### Example with custom inputs

Expand Down

0 comments on commit c740265

Please sign in to comment.