Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 31, 2023
1 parent a74960c commit cc5e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function run(): Promise<void> {
const allowExternalGithubOrgs: string = getInput(
"allow-external-github-orgs"
).toLowerCase();
const skipInstallTools: String = getInput("skip-install-tools");
const skipInstallTools: string = getInput("skip-install-tools");

const octokit = new GitHub(githubToken);
const releases = await foreman.getReleases(octokit);
Expand Down

0 comments on commit cc5e22e

Please sign in to comment.