Skip to content

Commit

Permalink
fix else
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Feb 8, 2024
1 parent 4a69587 commit 330eb54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ jobs:
comment_id: botComment.id,
body: commentBody
})
}
github.rest.issues.createComment({
} else {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: commentBody
});
});
}

0 comments on commit 330eb54

Please sign in to comment.