add matrix input to init action

This commit is contained in:
Robert Brignull 2020-06-15 15:52:53 +01:00
parent 8a8a49d3c5
commit b97097aaed

View file

@ -11,6 +11,8 @@ inputs:
required: false
token:
default: ${{ github.token }}
matrix:
default: ${{ toJson(matrix) }}
config-file:
description: Path of the config file to use
required: false