Add category option to runner

This commit is contained in:
David Verdeguer 2021-04-29 14:59:36 +02:00
parent 76f5ada659
commit c6e734ccc5
6 changed files with 22 additions and 7 deletions

View file

@ -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,