Skip to content

Commit

Permalink
add more debug (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: kyrylomiro <[email protected]>
  • Loading branch information
kyrylomiro and kyrylomiro authored Mar 5, 2024
1 parent 47c2eec commit ad6962f
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 ad6962f

Please sign in to comment.