Skip to content

Commit 3980383

Browse files
committed
update readme
1 parent 6de255d commit 3980383

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A collection of GitHub actions for Java projects.
44

55
## Actions
66

7+
### Setup Java and Update Dependencies
8+
79
### Setup Node and Install Dependencies
810

911
This action will set up the Java SDK and install all dependencies.
@@ -16,6 +18,16 @@ Example:
1618
- uses: aboutbits/github-actions-java/setup-and-install@v1
1719
```
1820
21+
#### Inputs
22+
23+
Following inputs can be used as `step.with` keys
24+
25+
| Name | Required/Default | Description |
26+
|----------------------|------------------|---------------------|
27+
| `java-version` | `17` | Java Version |
28+
| `distribution` | `corretto` | Java Distribution |
29+
30+
1931
## Versioning
2032

2133
In order to have a versioning in place and working, create lightweight tags that point to the appropriate minor release versions.

0 commit comments

Comments
 (0)