Skip to content

Commit 7c3b46a

Browse files
committed
debug
1 parent 2d9fc9f commit 7c3b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ def prepare_environment():
519519

520520
# Set up GitHub object.
521521
branch = os.environ.get("RH_BRANCH")
522+
log(f"Getting GitHub connection for {os.environ['RH_REPOSITORY']}")
522523
owner, repo_name = os.environ["RH_REPOSITORY"].split("/")
523524
auth = os.environ.get("GITHUB_ACCESS_TOKEN", "")
524-
log(f"Getting GitHub connection for {owner}/{repo_name}")
525525
gh = get_gh_object(dry_run=dry_run, owner=owner, repo=repo_name, token=auth)
526526

527527
# Get the latest draft release if none is given.

0 commit comments

Comments
 (0)