We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
full_name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
But on Docker log I see
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.The text was updated successfully, but these errors were encountered: