Update plugins/scaffolder/src/api.ts
Signed-off-by: Johan Haals <johan.haals@gmail.com> Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
@@ -232,7 +232,7 @@ export class ScaffolderClient implements ScaffolderApi {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Returns ListActionsResponse containg all registered actions.
|
||||
* @returns ListActionsResponse containing all registered actions.
|
||||
*/
|
||||
async listActions(): Promise<ListActionsResponse> {
|
||||
const baseUrl = await this.discoveryApi.getBaseUrl('scaffolder');
|
||||
|
||||
Reference in New Issue
Block a user