Skip to content

Commit

Permalink
Update github_checks_verifier.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasalbarello committed Jun 19, 2022
1 parent 5990eb5 commit 8903242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/github_checks_verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def call

def query_check_status
checks = client.check_runs_for_ref(
repo, ref, { accept: "application/vnd.github.antiope-preview+json" }
repo, ref, {accept: "application/vnd.github.antiope-preview+json"}
).check_runs
log_checks(checks, "Checks running on ref:")

Expand Down

0 comments on commit 8903242

Please sign in to comment.