From 9333321782d0ed36328fdc88103ee4850d1fb3f7 Mon Sep 17 00:00:00 2001 From: Michael Sasser Date: Fri, 27 Dec 2024 15:39:35 +0100 Subject: [PATCH] doc: add outputs --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77e945e..2cfb1af 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ container, like the one we provide at with all the necessary tools. Alternatively you could install the necessary tools yourself before running this action. -## inputs +## Inputs | Name | Default | Required | Description | | ------------------------- | -------- | -------- | ------------------------------------------------ | @@ -16,6 +16,12 @@ tools yourself before running this action. | `install_package` | `'true'` | No | Install the package after it was built | | `lint_package` | `'true'` | No | Run namecap on the resulting package | +## Outputs + +| Name | Description | +| --------- | ------------------------------------------------- | +| `package` | The name of the package file built by this action | + ## Example usage ```yaml @@ -45,6 +51,5 @@ follows the ## License -Copyright © 2020-2001 Michael Sasser . Released -under the MIT license. - +Copyright © 2024 Michael Sasser . Released under +the MIT license.