Add category option to runner
This commit is contained in:
parent
76f5ada659
commit
c6e734ccc5
6 changed files with 22 additions and 7 deletions
|
|
@ -199,6 +199,7 @@ export async function uploadFromRunner(
|
|||
repositoryNwo: RepositoryNwo,
|
||||
commitOid: string,
|
||||
ref: string,
|
||||
category: string | undefined,
|
||||
checkoutPath: string,
|
||||
gitHubVersion: util.GitHubVersion,
|
||||
apiDetails: api.GitHubApiDetails,
|
||||
|
|
@ -210,7 +211,7 @@ export async function uploadFromRunner(
|
|||
commitOid,
|
||||
ref,
|
||||
undefined,
|
||||
undefined,
|
||||
category,
|
||||
undefined,
|
||||
undefined,
|
||||
checkoutPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue