Skip to content

fix(jh): default to logged in user if username not provided#17

Open
thelonewolf1603 wants to merge 1 commit intomainfrom
nd/clone-default-username
Open

fix(jh): default to logged in user if username not provided#17
thelonewolf1603 wants to merge 1 commit intomainfrom
nd/clone-default-username

Conversation

@thelonewolf1603
Copy link

@thelonewolf1603 thelonewolf1603 commented Jan 28, 2026

fixes #5

@thelonewolf1603 thelonewolf1603 force-pushed the nd/clone-default-username branch 2 times, most recently from c0a5fd8 to 361f370 Compare January 29, 2026 10:26
return fmt.Errorf("failed to get user info for default username: %w", err)
}
username = userInfo.Username
projectName = projectIdentifier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

projectName = projectIdentifier
Is this intended ? Looks unrelated to PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clone without username should default to logged in user's username

2 participants