Skip to content

Commit

Permalink
Add debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Dec 6, 2024
1 parent dad5b73 commit e87f4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
if ( checks?.check_runs?.length > 0 )
{
core.info( "Check run already exists, updating..." )
github.rest.checks.update({
owner: context.repo.owner,
repo: context.repo.repo,
Expand All @@ -181,6 +182,7 @@ jobs:
}
else
{
core.info( "Check run dose not exist, creating..." )
response = github.rest.checks.create({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit e87f4a7

Please sign in to comment.