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