mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
@@ -620,8 +620,10 @@ function getExtraOptionsFromEnv(path: string[]) {
|
||||
*
|
||||
* - the special terminal step name '*' in `options` matches all path steps
|
||||
* - throws an exception if this conversion is impossible.
|
||||
*
|
||||
* Exported for testing.
|
||||
*/
|
||||
export /* exported for testing */ function getExtraOptions(
|
||||
export function getExtraOptions(
|
||||
options: any,
|
||||
path: string[],
|
||||
pathInfo: string[]
|
||||
|
||||
Reference in New Issue
Block a user