Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssabaum committed Apr 16, 2024
1 parent 1220823 commit 039fca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
workflow_dispatch:

permissions:
actions: write
Expand Down
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function requestAndCancelWorkflow({
endpoint: string
timeout: string
}): Promise<void> {
console.log(github.context)
const {
repo: { owner, repo }
} = github.context
Expand Down Expand Up @@ -77,7 +78,7 @@ async function requestAndCancelWorkflow({

if (result.status !== 200) {
core.warning(
'Response returned a non-200 status. Skipping Graphite checks.'
'Response returned a non-200 status! Skipping Graphite checks.'
)
return
}
Expand Down

0 comments on commit 039fca3

Please sign in to comment.