Skip to content

Commit

Permalink
print test
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 31, 2023
1 parent 65ff21b commit 5ec1b87
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 @@ -15,7 +15,7 @@ async function run(): Promise<void> {
"allow-external-github-orgs"
).toLowerCase();
const skipInstallTools: String = getInput("skip-install-tools");

console.log("test")
const octokit = new GitHub(githubToken);
const releases = await foreman.getReleases(octokit);
debug("Choosing release from GitHub API");
Expand Down

0 comments on commit 5ec1b87

Please sign in to comment.