Run npm run build

This commit is contained in:
Eric Cornelissen 2020-11-20 11:35:59 +01:00
parent 512c07d9a3
commit 5416d4f3b5
25 changed files with 49 additions and 52 deletions

2
lib/api-client.js generated
View file

@ -76,7 +76,7 @@ function getApiUrl(githubUrl) {
return url.toString();
}
// Temporary function to aid in the transition to running on and off of github actions.
// Once all code has been coverted this function should be removed or made canonical
// Once all code has been converted this function should be removed or made canonical
// and called only from the action entrypoints.
function getActionsApiClient(allowLocalRun = false) {
return exports.getApiClient(actions_util_1.getRequiredInput("token"), actions_util_1.getRequiredEnvParam("GITHUB_SERVER_URL"), "actions", logging_1.getActionsLogger(), allowLocalRun);