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
14
action.yml
Normal file
14
action.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: 'Nextcloud version matrix'
|
||||
description: 'Generate nextcloud version matrix for an app'
|
||||
inputs:
|
||||
filename:
|
||||
description: 'The path to the appinfo.xml'
|
||||
required: false
|
||||
outputs:
|
||||
versions:
|
||||
description: 'List of supported nextcloud versions'
|
||||
branches:
|
||||
description: 'List of branches for the supported nextcloud versions'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'index.js'
|
||||
Loading…
Add table
Add a link
Reference in a new issue