Skip to content

Commit

Permalink
Merge branch 'master' into 446-projex-toml-sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Jun 28, 2024
2 parents dda0721 + 72fb519 commit 44f3488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykern/pkcli/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _branch(r, name, reraise=True):
)
s = b.commit.sha
c = [c.conclusion for c in b.commit.check_runs()]
i = f"branch={b.name} sha={s}"
i = f"repo={repo} branch={b.name} sha={s}"
if not c:
pkcli.command_error(f"{i} No workflow runs for commit")
if c[0] != "success":
Expand Down

0 comments on commit 44f3488

Please sign in to comment.