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
Bitbucket: Fix error in bitbucket cloud example (#656)
Replaces the parameter for the workspace request. The example tried to
get the workspaces by the workspace name. According to the
documentation they must be requested by the workspace slug. Workspace
name and slug are often the same, but in case they are different, the
example fails.
0 commit comments