mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
initial version
This commit is contained in:
commit
c12ca846eb
12 changed files with 469 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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 released yet
|
||||
|
||||
## License
|
||||
[MIT License](LICENSE.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue