doc: add outputs
This commit is contained in:
parent
fd4709f6fb
commit
9333321782
1 changed files with 9 additions and 4 deletions
13
README.md
13
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 <Info@MichaelSasser.org>. Released
|
||||
under the MIT license.
|
||||
|
||||
Copyright © 2024 Michael Sasser <Info@MichaelSasser.org>. Released under
|
||||
the MIT license.
|
||||
|
|
Loading…
Add table
Reference in a new issue