mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
allow setting extra matrix fields
This commit is contained in:
parent
d2d332d004
commit
8238a96541
4 changed files with 105 additions and 8 deletions
|
|
@ -4,6 +4,11 @@ inputs:
|
|||
filename:
|
||||
description: 'The path to the appinfo.xml'
|
||||
required: false
|
||||
default: 'appinfo/info.xml'
|
||||
matrix:
|
||||
description: 'Other fields to include in the output matrix, json encoded'
|
||||
required: false
|
||||
default: '{}'
|
||||
outputs:
|
||||
matrix:
|
||||
description: 'Test matrix with server branch and php version'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue