Skip to content

Commit

Permalink
chore: add more logging (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssabaum authored Apr 16, 2024
2 parents 1ae7616 + 9fd4cb1 commit 1c37287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ async function requestAndCancelWorkflow({
}

if (result.status !== 200) {
core.warning(`Response status: ${result.status}`)
core.warning(
`${owner}/${repo}/${github.context.payload.pull_request?.number}`
)
core.warning(
'Response returned a non-200 status. Skipping Graphite checks.'
)
Expand Down

0 comments on commit 1c37287

Please sign in to comment.