mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 01:32:17 +00:00
add matrix input to init action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user