Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket repository name is malformatted in URL #3314

Open
rubiesonthesky opened this issue Mar 10, 2024 · 0 comments
Open

Bitbucket repository name is malformatted in URL #3314

rubiesonthesky opened this issue Mar 10, 2024 · 0 comments

Comments

@rubiesonthesky
Copy link

I have Bitbucket repository which has spaces in it's name. This is not problem for any other tool, for example Renovate, Circle CI etc.

In repos.md I have listed

workspacename/repo-name-that-contains-spaces

But on Docker log I see

2024-03-10 11:56:10,601 ERROR Steward workspacename/repo-name-that-contains-spaces failed
steward  | org.scalasteward.core.util.UnexpectedResponse: uri: https://api.bitbucket.org/2.0/repositories/workspacename/Repo%20Name%20That%20Contains%20Spaces/refs/branches/main

Either use the user submitted repo name, use full_name from repo response https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-get, or use the correct api url from the links section from the response.

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

No branches or pull requests

1 participant