Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added banner #14

Merged
merged 7 commits into from
May 2, 2024
Merged

added banner #14

merged 7 commits into from
May 2, 2024

Conversation

david3107
Copy link
Contributor

  • Added a banner when the tool runs
  • removed a leftover console.log

@david3107 david3107 self-assigned this Apr 26, 2024
Copy link
Collaborator

@theztefan theztefan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

src/main.ts Outdated
@@ -10,6 +10,14 @@ import * as core from "@actions/core";
import { summary } from "@actions/core/lib/summary";

const run = async (): Promise<void> => {

console.log(`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be consistent here and use the logger for printing out all info messages - logger.info() instead of console.log()

@theztefan theztefan merged commit cea81f3 into main May 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants