Skip to content

Commit

Permalink
Merge pull request #65 from github/init_missing_matrix
Browse files Browse the repository at this point in the history
Add matrix input to init action
  • Loading branch information
Robert authored and GitHub committed Jun 16, 2020
2 parents 0cdf645 + c9d0312 commit 6de3e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6de3e1c

Please sign in to comment.