Skip to content

Commit

Permalink
add more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylomiro committed Mar 5, 2024
1 parent 47c2eec commit 23b3270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/actionsmetrics/event_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ func (reader *EventReader) fetchAndParseWorkflowJobLogs(ctx context.Context, e *
if err != nil {
return nil, err
}
println(url.String())

println("jobLogs.Body", jobLogs.Body)

exitCode := "null"

Expand Down

0 comments on commit 23b3270

Please sign in to comment.