You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message: fmt.Sprintf("workflow '%s' not found. Expected either a workflow ID (e.g., 'test-claude') or GitHub Actions workflow name (e.g., 'Test Claude'). Original error: %v", args[0], err),
363
-
}))
360
+
suggestions:= []string{
361
+
fmt.Sprintf("Run '%s status' to see all available workflows", constants.CLIExtensionPrefix),
362
+
"Check for typos in the workflow name",
363
+
"Use the workflow ID (e.g., 'test-claude') or GitHub Actions workflow name (e.g., 'Test Claude')",
0 commit comments