Skip to content

Commit

Permalink
feat(#2): event path
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 29, 2024
1 parent 1e55fe5 commit c77026f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/git/tracehub/codereview/action/Entry.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public final class Entry {
public static void main(final String... args) {
Logger.info(
Entry.class,
"github repo is: %s",
System.getenv().get("GITHUB_REPOSITORY")
"received event path is: %s",
System.getenv().get("GITHUB_EVENT_PATH")

Check warning on line 45 in src/main/java/git/tracehub/codereview/action/Entry.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/git/tracehub/codereview/action/Entry.java#L45

Added line #L45 was not covered by tests
);
}
}

0 comments on commit c77026f

Please sign in to comment.