From 41ef3094a3aad1bb84aa4bf541cebcfb990683e9 Mon Sep 17 00:00:00 2001 From: AndreiCherniaev Date: Tue, 17 Sep 2024 03:07:40 +0900 Subject: [PATCH] Remove dots from table To make table more beautiful and text in row a little bit more shorter --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index db7f66d..4689e80 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ On top of that, the action also supports some additional arguments. | Argument | Examples | Description | | ------------- | ----------------------- | -------------------------------------------------------------------------------- | -| args | `--cache`, `--insecure` | See [lychee's documentation][lychee-args] for all arguments and values. | -| debug | `false` | Enable debug output in action (set -x). Helpful for troubleshooting. | -| fail | `false` | Fail workflow run on error (i.e. when [lychee exit code][lychee-exit] is not 0). | -| format | `markdown`, `json` | Summary output format. | -| jobSummary | `false` | Write GitHub job summary (on Markdown output only). | -| lycheeVersion | `v0.15.0`, `nightly` | Overwrite the lychee version to be used. | -| output | `lychee/results.md` | Summary output file path. | -| token | `""` | Custom GitHub token to use for API calls. | +| args | `--cache`, `--insecure` | See [lychee's documentation][lychee-args] for all arguments and values | +| debug | `false` | Enable debug output in action (set -x). Helpful for troubleshooting | +| fail | `false` | Fail workflow run on error (i.e. when [lychee exit code][lychee-exit] is not 0) | +| format | `markdown`, `json` | Summary output format | +| jobSummary | `false` | Write GitHub job summary (on Markdown output only) | +| lycheeVersion | `v0.15.0`, `nightly` | Overwrite the lychee version to be used | +| output | `lychee/results.md` | Summary output file path | +| token | `""` | Custom GitHub token to use for API calls | See [action.yml](./action.yml) for a full list of supported arguments and their default values.