mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Make matrix available to start-proxy action
This commit is contained in:
@@ -16,6 +16,9 @@ inputs:
|
||||
language:
|
||||
description: The programming language to setup the proxy for the correct ecosystem
|
||||
required: false
|
||||
matrix:
|
||||
default: ${{ toJson(matrix) }}
|
||||
required: false
|
||||
outputs:
|
||||
proxy_host:
|
||||
description: The IP address of the proxy
|
||||
|
||||
Reference in New Issue
Block a user