From b97097aaed3ea6f3e99e23ae586d508d4282a424 Mon Sep 17 00:00:00 2001 From: Robert Brignull Date: Mon, 15 Jun 2020 15:52:53 +0100 Subject: [PATCH] add matrix input to init action --- init/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/action.yml b/init/action.yml index 2e7c9ee99..c3e846422 100644 --- a/init/action.yml +++ b/init/action.yml @@ -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