Add actions to remove and delete setting files
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ export class WorkflowsManager {
|
||||
fileContent: fileContent,
|
||||
yaml: yaml.parse(fileContent)
|
||||
});
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
workflows.push({
|
||||
name: (yamlContent ? yamlContent.name : undefined) || path.parse(workflowFileUri.fsPath).name,
|
||||
uri: workflowFileUri,
|
||||
|
||||
Reference in New Issue
Block a user