@@ -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