From e0b5c64693eb3b1d3b16d79a3991e149de4a4ee2 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Wed, 22 May 2024 17:01:06 +0200 Subject: [PATCH] fix: use IntelliJ Markdown table formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e51c1..f03d48e 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ jobs: # delete_threshold_days: 30 ``` + | Inputs | Default value | Required | Description | -| ----------------------- | ------------- | -------- | ------------------------------------------------------------------------------ | +|-------------------------|---------------|----------|--------------------------------------------------------------------------------| | `source` | | x | Path to the files which should be deployed | | `target` | | x | Preview server target path, must be a directory path. | | `host` | | x | Preview server domain | @@ -73,6 +74,7 @@ jobs: | `key` | | x | Preview server ssh key content of private key. ex raw content of ~/.ssh/id_rsa | | `strip_components` | `0` | | remove the specified number of leading path elements | | `delete_threshold_days` | `30` | | Number of days after inactive previews are deleted | + Furthermore, see [action.yml](action.yml)