allow setting extra matrix fields

This commit is contained in:
Robin Appelman 2023-11-03 17:28:08 +01:00
commit 8238a96541
4 changed files with 105 additions and 8 deletions

View file

@ -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'