Update component name
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ export class ComponentsManager {
|
||||
|
||||
const actCliInfo = await this.getCliInfo('act --version', /act version (.+)/, false, false);
|
||||
components.push({
|
||||
name: 'nektos/act CLI',
|
||||
name: 'nektos/act',
|
||||
icon: 'terminal',
|
||||
version: actCliInfo.version,
|
||||
status: actCliInfo.status,
|
||||
|
||||
Reference in New Issue
Block a user