Skip to content

Commit 0ef9b81

Browse files
authored
Merge pull request #23 from playframework/almost-no-requires
Fix docs: Most inputs are not required anymore
2 parents cad935c + 941fa42 commit 0ef9b81

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Every matrix dimension will be access by environment variable like `MATRIX_$(upp
3030

3131
| Parameter | Since | Required | Default | Description |
3232
|-------------------|-------|--------------------|---------|---------------------------------------------------|
33-
| ref | 2.0.0 | :exclamation: | '' | Branch, tag or SHA for checkout |
33+
| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout |
3434
| cmd | 2.0.0 | :exclamation: | - | Running command |
35-
| java | 2.0.0 | :exclamation: | 8 | _AdoptJDK_ version (space/comma delimited list) |
36-
| scala | 2.0.0 | :exclamation: | '' | _Scala_ version (space/comma delimited list) |
37-
| add-dimensions | 2.0.0 | :exclamation: | '' | Other matrix dimensions (json object) |
35+
| java | 2.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version (space/comma delimited list) |
36+
| scala | 2.0.0 | :heavy_minus_sign: | '' | _Scala_ version (space/comma delimited list) |
37+
| add-dimensions | 2.0.0 | :heavy_minus_sign: | '' | Other matrix dimensions (json object) |
3838
| include | 2.0.0 | :heavy_minus_sign: | [] | Matrix include's (json object array) |
3939
| exclude | 2.0.0 | :heavy_minus_sign: | [] | Matrix exclude's (json object array) |
4040
| cache-key | 2.0.0 | :heavy_minus_sign: | '' | Key of custom cache |
@@ -76,7 +76,7 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
7676

7777
| Parameter | Since | Required | Default | Description |
7878
|-----------|-------|--------------------|---------|------------------------------------|
79-
| ref | 2.0.0 | :exclamation: | '' | Branch, tag or SHA for checkout |
79+
| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout |
8080
| java | 1.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version |
8181

8282
**Secrets**:
@@ -117,7 +117,7 @@ This workflow is used for validate binary compatibility the current version.
117117

118118
| Parameter | Since | Required | Default | Description |
119119
|-----------|-------|--------------------|---------|------------------------------------|
120-
| ref | 2.0.0 | :exclamation: | '' | Branch, tag or SHA for checkout |
120+
| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout |
121121
| java | 1.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version |
122122

123123
**How to use**:

0 commit comments

Comments
 (0)