Merge pull request #65 from github/init_missing_matrix

Add matrix input to init action
This commit is contained in:
Robert 2020-06-16 13:10:16 +01:00 committed by GitHub
commit 6de3e1cde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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