From 923750b0dd0966cd94104e4ca8684cbb2f0d0353 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti Date: Thu, 3 Sep 2026 14:11:06 +0200 Subject: [PATCH] docs: table the single output, like the inputs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83cf4ec..4376ced 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,11 @@ Rendering in your own Actions run spends your own token budget, fails loudly in `username` defaults to the repository owner when omitted. -Output: `path` — where the SVG was written. +## Outputs + +| Output | Description | +| ------ | ---------------------------------------------------------- | +| `path` | Path the SVG was written to, as given in the `path` input. | ## Contributing