nextcloud-version-matrix/README.md

21 lines
441 B
Markdown

# Nextcloud version matrix action
Get a version matrix of server versions to test the app against
## Inputs
### `filename`
**Optional** The path to the `info.xml` for the app, defaults to `appinfo/info.xml`.
## Outputs
### `versions`
List of version number the app supports
### `branches`
Branches for each supported version, either `stableXX` or `master` for versions that aren't branched yet.
## License
[MIT License](LICENSE.md)