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.