Skip to content

Commit

Permalink
add matrix input to init action
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brignull committed Jun 15, 2020
1 parent 8a8a49d commit b97097a
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 b97097a

Please sign in to comment.