From 941fa42312fd5765cd2786d47d28fd2b4393cc0c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 5 May 2022 23:07:28 +0200 Subject: [PATCH] Fix docs: Most inputs are not required anymore --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 982726d..bd0ae13 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Every matrix dimension will be access by environment variable like `MATRIX_$(upp | Parameter | Since | Required | Default | Description | |-------------------|-------|--------------------|---------|---------------------------------------------------| -| ref | 2.0.0 | :exclamation: | '' | Branch, tag or SHA for checkout | +| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout | | cmd | 2.0.0 | :exclamation: | - | Running command | -| java | 2.0.0 | :exclamation: | 8 | _AdoptJDK_ version (space/comma delimited list) | -| scala | 2.0.0 | :exclamation: | '' | _Scala_ version (space/comma delimited list) | -| add-dimensions | 2.0.0 | :exclamation: | '' | Other matrix dimensions (json object) | +| java | 2.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version (space/comma delimited list) | +| scala | 2.0.0 | :heavy_minus_sign: | '' | _Scala_ version (space/comma delimited list) | +| add-dimensions | 2.0.0 | :heavy_minus_sign: | '' | Other matrix dimensions (json object) | | include | 2.0.0 | :heavy_minus_sign: | [] | Matrix include's (json object array) | | exclude | 2.0.0 | :heavy_minus_sign: | [] | Matrix exclude's (json object array) | | 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] | Parameter | Since | Required | Default | Description | |-----------|-------|--------------------|---------|------------------------------------| -| ref | 2.0.0 | :exclamation: | '' | Branch, tag or SHA for checkout | +| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout | | java | 1.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version | **Secrets**: @@ -117,7 +117,7 @@ This workflow is used for validate binary compatibility the current version. | Parameter | Since | Required | Default | Description | |-----------|-------|--------------------|---------|------------------------------------| -| ref | 2.0.0 | :exclamation: | '' | Branch, tag or SHA for checkout | +| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout | | java | 1.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version | **How to use**: