docs: add "outputs" section in the README.md

This commit is contained in:
Alfi Maulana 2023-07-02 19:37:01 +07:00
parent 0a60e2eb74
commit 0a52a2a373
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -40,6 +40,12 @@ For more information, refer to [action.yml](./action.yml) and the [GitHub Action
> **Note**: All inputs are optional.
### Outputs
| Name | Value Type | Description |
| --- | --- | --- |
| `build-dir` | Path | The build directory of the CMake project. |
### Examples
```yaml