Skip to content

[BUG] [v0.0.7] cortex github status finds workflow at release.yml but cortex github uninstall looks for a cortex named workflow and fails #53317

Description

@rockmania99

Project

cortex

Description

github status scans all workflow files and matches release.yml. But github uninstall only looks for a workflow named "cortex" (matching Cortex.yml), so it reports "not found" even when status says one is installed.

Error Message

Debug Logs

System Information

windows 11

Screenshots

https://github.com/codvy8282/images/blob/main/24.png

Steps to Reproduce

$ cortex github status
GitHub Actions Status

[OK] Cortex workflow is installed.
Path: ./.github/workflows/release.yml

$ cortex github uninstall
Error: Cortex workflow 'cortex' not found in ./.github/workflows.
Use cortex github status to check installation status.

Expected Behavior

uninstall should find and offer to remove the same workflow that status detects.

Actual Behavior

uninstall searches for a different filename pattern ("cortex") than what status matches, causing a contradiction.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions