add matrix input to init action
This commit is contained in:
parent
8a8a49d3c5
commit
b97097aaed
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
matrix:
|
||||||
|
default: ${{ toJson(matrix) }}
|
||||||
config-file:
|
config-file:
|
||||||
description: Path of the config file to use
|
description: Path of the config file to use
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue