Skip to content

Commit

Permalink
GitHub status update: Conclusion can be empty too
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed May 5, 2023
1 parent 1773d16 commit aeef338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GitHubInterface.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ method update-check-run(:$owner!, :$repo!, Str() :$check-run-id!, :$status!, Dat
self!validate($!gh.checks-runs.update($owner, $repo, $check-run-id,
:$status,
|($completed-at ?? completed-at => $completed-at.Str !! {}),
:$conclusion
|($conclusion ?? :$conclusion !! {}),
).data)
}

Expand Down

0 comments on commit aeef338

Please sign in to comment.