Skip to content

Commit

Permalink
Revert "print test"
Browse files Browse the repository at this point in the history
This reverts commit 5ec1b87.
  • Loading branch information
afujiwara-roblox committed Oct 31, 2023
1 parent 65f6d2f commit a74960c
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");

Check failure on line 17 in src/main.ts

View workflow job for this annotation

GitHub Actions / Test allow-external-gitub-org false expect success (ubuntu-latest)

Don't use `String` as a type. Use string instead

Check failure on line 17 in src/main.ts

View workflow job for this annotation

GitHub Actions / Test setup-foreman action with working-directory (ubuntu-latest)

Don't use `String` as a type. Use string instead

Check failure on line 17 in src/main.ts

View workflow job for this annotation

GitHub Actions / Test allow-external-gitub-org false expect failure (ubuntu-latest)

Don't use `String` as a type. Use string instead

Check failure on line 17 in src/main.ts

View workflow job for this annotation

GitHub Actions / Test setup-foreman action (ubuntu-latest)

Don't use `String` as a type. Use string instead
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 a74960c

Please sign in to comment.