Fix typos in src
- Rename "toolrunnner" (three 'n') to "toolrunner" - Rename "relativeFilepaht" to "relativeFilepath" - Fix various typos in documentation & comments - Fix typos in logs and test names
This commit is contained in:
parent
aafb457527
commit
85ea24bd20
15 changed files with 41 additions and 44 deletions
|
|
@ -101,7 +101,7 @@ function getApiUrl(githubUrl: string): string {
|
|||
}
|
||||
|
||||
// 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.
|
||||
export function getActionsApiClient(allowLocalRun = false) {
|
||||
return getApiClient(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue