mirror of
https://github.com/github/codeql-action.git
synced 2026-05-03 12:20:09 +00:00
Update GitHubRepositoryProperty to match schema
This commit is contained in:
@@ -37,7 +37,7 @@ const repositoryPropertyParsers: {
|
||||
*/
|
||||
export interface GitHubRepositoryProperty {
|
||||
property_name: string;
|
||||
value: string;
|
||||
value: string | string[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user