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
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
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
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 statusto 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