Skip to content

Commit

Permalink
Some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Nov 18, 2024
1 parent 25abc87 commit 9f14248
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void handle(GitHub gitHub, GHEventPayload.WorkflowRun payload, GHAction a
});
paths.put(artifact.getName(), path);
}
LOGGER.info("Action run {} found {} artifacts: {}", run.getHtmlUrl(), paths.size(), paths.keySet());

if (paths.isEmpty()) {
LOGGER.error("Action run {} didn't upload an artifact!", run.getHtmlUrl());
Expand Down

0 comments on commit 9f14248

Please sign in to comment.