Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: make sure all inputs are mentioned in the readme #308

Merged
merged 1 commit into from Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
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