From 8e460a28f2d26993d9be77c5fc1442e9d6ba2e7f Mon Sep 17 00:00:00 2001 From: appleboy Date: Wed, 28 Jan 2026 09:29:11 +0800 Subject: [PATCH] docs: improve documentation table formatting for output descriptions - Adjust table formatting for improved output descriptions alignment in the documentation Signed-off-by: appleboy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1dd890..6f9a36e 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,8 @@ These parameters control the use of a proxy (jump host) for connecting to your t This action provides the following outputs that you can use in subsequent steps: -| Output | Description | -| ------ | ----------------------------------------------------------------- | +| Output | Description | +| ------ | -------------------------------------------------------------------------- | | stdout | Standard output of the executed commands (requires `capture_stdout: true`) | ---