Fix spelling errors
spelling: executable spelling: github spelling: javascript spelling: latest spelling: occurred spelling: parameter Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
08fae3caba
commit
c4fced7348
20 changed files with 65 additions and 65 deletions
|
|
@ -19,7 +19,7 @@ import {
|
|||
getGitHubVersion,
|
||||
getMemoryFlag,
|
||||
getThreadsFlag,
|
||||
parseGithubUrl,
|
||||
parseGitHubUrl,
|
||||
getGitHubAuth,
|
||||
setupActionsVars,
|
||||
} from "./util";
|
||||
|
|
@ -166,7 +166,7 @@ program
|
|||
const apiDetails = {
|
||||
auth,
|
||||
externalRepoAuth: auth,
|
||||
url: parseGithubUrl(cmd.githubUrl),
|
||||
url: parseGitHubUrl(cmd.githubUrl),
|
||||
};
|
||||
|
||||
const gitHubVersion = await getGitHubVersion(apiDetails);
|
||||
|
|
@ -400,7 +400,7 @@ program
|
|||
|
||||
const apiDetails = {
|
||||
auth,
|
||||
url: parseGithubUrl(cmd.githubUrl),
|
||||
url: parseGitHubUrl(cmd.githubUrl),
|
||||
};
|
||||
|
||||
const outputDir =
|
||||
|
|
@ -486,7 +486,7 @@ program
|
|||
);
|
||||
const apiDetails = {
|
||||
auth,
|
||||
url: parseGithubUrl(cmd.githubUrl),
|
||||
url: parseGitHubUrl(cmd.githubUrl),
|
||||
};
|
||||
try {
|
||||
const gitHubVersion = await getGitHubVersion(apiDetails);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue