You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the gitlab provider was intro'd we accidentally copy-pasted a constraint from the github provider that validates and rejects subgroups (makes sense for github, not gitlab)
When the gitlab provider was intro'd we accidentally copy-pasted a constraint from the github provider that validates and rejects subgroups (makes sense for github, not gitlab)
https://github.com/fluxcd/go-git-providers/pull/51/files#diff-4404cc5156273f46bd72ef805e119d1ed8ff3486f164274ab32611fb99dd1452R202
You can workaround this check in code calling ggp with
before using the ref to do something. At least these methods work fine:
We should
The text was updated successfully, but these errors were encountered: