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.