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);
|
const actCliInfo = await this.getCliInfo('act --version', /act version (.+)/, false, false);
|
||||||
components.push({
|
components.push({
|
||||||
name: 'nektos/act CLI',
|
name: 'nektos/act',
|
||||||
icon: 'terminal',
|
icon: 'terminal',
|
||||||
version: actCliInfo.version,
|
version: actCliInfo.version,
|
||||||
status: actCliInfo.status,
|
status: actCliInfo.status,
|
||||||
|
|||||||
Reference in New Issue
Block a user