Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Jun 29, 2023
1 parent f25f5fb commit ee54d44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/github/action/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ const main = async () => {
})
).json()) as string[];

logger.info(logLines);

logger.log(logLines.join("").trim());
};

Expand Down

0 comments on commit ee54d44

Please sign in to comment.