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
Bug\n\nwp datamachine-code workspace clone https://github.com/Extra-Chill/homeboy-action.git fails validation because the ability receives an absent name field that does not satisfy its declared string input.\n\nPassing --name=homeboy-action succeeds, despite the command help documenting that the name is derived when omitted.\n\n## Expected\n\nOmitting --name should derive the repository name as documented.\n\n## Reproduction\n\nwp --allow-root --path=/var/www/extrachill.com datamachine-code workspace clone https://github.com/Extra-Chill/homeboy-action.git\n\n## Actual\n\nError: Ability "datamachine-code/workspace-clone" has invalid input. Reason: input[name] is not of type string.
Bug\n\n
wp datamachine-code workspace clone https://github.com/Extra-Chill/homeboy-action.gitfails validation because the ability receives an absentnamefield that does not satisfy its declared string input.\n\nPassing--name=homeboy-actionsucceeds, despite the command help documenting that the name is derived when omitted.\n\n## Expected\n\nOmitting--nameshould derive the repository name as documented.\n\n## Reproduction\n\nwp --allow-root --path=/var/www/extrachill.com datamachine-code workspace clone https://github.com/Extra-Chill/homeboy-action.git\n\n## Actual\n\nError: Ability "datamachine-code/workspace-clone" has invalid input. Reason: input[name] is not of type string.