Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 29, 2024
2 parents 604cf56 + c77026f commit 3cc452f
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")
);
}
}

0 comments on commit 3cc452f

Please sign in to comment.